is not current version
Last Version 1.0.0

com.yubico.yubikit:otp 1.0.0-beta03

This library provides a way to parse Yubikey OTP from NFC tag, UI dialog to show user that OTP reading requires his action and detecting OTP from device than connected over NFC or USB. And also provides method for validation of OTP on server.

GroupId

GroupId

com.yubico.yubikit
ArtifactId

ArtifactId

otp
Version

Version

1.0.0-beta03
Type

Type

aar

Download otp 1.0.0-beta03


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