A Java implementation of the Azuriom Auth API.
<dependencies>
<dependency>
<groupId>com.azuriom</groupId>
<artifactId>azauth</artifactId>
<version>1.1.0</version>
</dependency>
</dependencies>repositories {
mavenCentral()
}
dependencies {
implementation 'com.azuriom:azauth:1.1.0'
}You can find how to use AzAuth on our documentation.
AzAuth uses Google Gson to deserialize JSON, and JSpecify annotations to provide nullability information.