Yubico YubiKit Oath

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

License

License

GroupId

GroupId

com.yubico.yubikit
ArtifactId

ArtifactId

oath
Last Version

Last Version

2.1.0-alpha.1
Release Date

Release Date

Type

Type

aar
Description

Description

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

Project URL

https://github.com/Yubico/yubikit-android/tree/master/oath
Source Code Management

Source Code Management

https://github.com/Yubico/yubikit-android

Download oath

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.yubico.yubikit : core jar 2.1.0-alpha.1

runtime (1)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.15

Project Modules

There are no modules declared in this project.
com.yubico.yubikit

Yubico

Learn more at developers.yubico.com

Versions

Version
2.1.0-alpha.1
2.0.0
2.0.0-beta02
2.0.0-beta01
1.0.0
1.0.0-beta06
1.0.0-beta05
1.0.0-beta04
1.0.0-beta03
1.0.0-beta02
1.0.0-beta01
1.0.0-alpha01