
com.ackbox.totp.TOTPCredentials.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ackbox-totp Show documentation
Show all versions of ackbox-totp Show documentation
TOTP authenticator written in Kotlin
package com.ackbox.totp
/**
* TOTP authenticator credentials.
*/
interface TOTPCredentials {
val secretKey: TOTPSecretKey
val verificationCode: Int
val scratchCodes: List
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy