Companion

object Companion

Functions

Link copied to clipboard
fun forHotp(code: String, counter: Long): OathCodeInfo

Create an instance for a HOTP code.

Link copied to clipboard
fun forTotp(code: String, timeRemaining: Int, totalPeriod: Int): OathCodeInfo

Create an instance for a TOTP code.

Link copied to clipboard
fun fromJson(jsonString: String): OathCodeInfo

Create an OathCodeInfo from a JSON string.