is not current version
Last Version 2.1.0-alpha.1

com.yubico.yubikit:oath 1.0.0-beta03

This library provides OATH functionality of YubiKey which allows to have an authenticator application and store secrets on YubiKey. Provides TOTP or HOTP.

GroupId

GroupId

com.yubico.yubikit
ArtifactId

ArtifactId

oath
Version

Version

1.0.0-beta03
Type

Type

aar

Download oath 1.0.0-beta03


<!-- https://jarcasting.com/artifacts/com.yubico.yubikit/oath/ -->
<dependency>
    <groupId>com.yubico.yubikit</groupId>
    <artifactId>oath</artifactId>
    <version>1.0.0-beta03</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yubico.yubikit/oath/
implementation 'com.yubico.yubikit:oath:1.0.0-beta03'
// https://jarcasting.com/artifacts/com.yubico.yubikit/oath/
implementation ("com.yubico.yubikit:oath:1.0.0-beta03")
'com.yubico.yubikit:oath:aar:1.0.0-beta03'
<dependency org="com.yubico.yubikit" name="oath" rev="1.0.0-beta03">
  <artifact name="oath" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yubico.yubikit', module='oath', version='1.0.0-beta03')
)
libraryDependencies += "com.yubico.yubikit" % "oath" % "1.0.0-beta03"
[com.yubico.yubikit/oath "1.0.0-beta03"]