kotlin-onetimepassword
2.4.0
kotlin-onetimepassword
/
dev.turingcomplete.kotlinonetimepassword
/
OtpAuthUriBuilder
/
Companion
/
forTotp
for
Totp
fun
forTotp
(
base32Secret
:
ByteArray
)
:
OtpAuthUriBuilder.Totp
Content copied to clipboard
Creates a new
OtpAuthUriBuilder
for a
TOTP
OTP Auth URI.
See also
dev.
turingcomplete.
kotlinonetimepassword.
Time
Based
One
Time
Password
Generator
Parameters
base32Secret
the secret as a Base32 encoded
ByteArray
.