A Java implementation of the Azuriom Auth API.
<dependencies>
<dependency>
<groupId>com.azuriom</groupId>
<artifactId>azauth</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
repositories {
mavenCentral()
}
dependencies {
implementation 'com.azuriom:azauth:1.0.0'
}
You can find how to use AzAuth on our documentation.
AzAuth uses Google Gson to deserialize Json.