auth-manager
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.shiftconnects.android.auth</groupId>
<artifactId>auth-manager</artifactId>
<version>1.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.shiftconnects.android.auth</groupId>
<artifactId>auth-manager</artifactId>
<version>1.0.3</version>
<packaging>aar</packaging>
<name>Android Authentication Manager</name>
<description>Handles much of the cruft needed in Android to interface with AccountManager and provides a mechanism for storing a user in your app within AccountManager and automatically refreshing an OAuth2 token when necessary.</description>
<url>https://github.com/shiftconnects/android-auth-manager</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>mattkranzler5</id>
<name>Matt Kranzler</name>
<email>matt@mattkranzler.org</email>
</developer>
</developers>
<scm>
<connection>https://github.com/shiftconnects/android-auth-manager.git</connection>
<developerConnection>https://github.com/shiftconnects/android-auth-manager.git</developerConnection>
<url>https://github.com/shiftconnects/android-auth-manager</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-annotations</artifactId>
<version>21.0.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>