/otp-google-key-uri

Java library for Google's Key Uri Format

Primary LanguageJavaApache License 2.0Apache-2.0

otp-google-key-uri

A Java implementation of the Google Key Uri specification for OTP (One-Time Password):

Description

A strictly defined implementation of the Key Uri spec. The main goal of this lib is to provide a representation that is easy to work with and hard to use in the wrong way.

Releases

Releases are available at the Maven central repository. Or you can just use the source code/binaries directly from GitHub if you prefer that.

Maven

<dependency>
    <groupId>se.sawano.java.security</groupId>
    <artifactId>otp-google-key-uri</artifactId>
    <version>0.0.1</version>
</dependency>

Gradle

'se.sawano.java.security:otp-google-key-uri:0.0.1'