Totp

uk.gov.hmrc.totp.Totp
trait Totp extends TotpSha512

Attributes

Graph
Supertypes
trait TotpSha512
trait HmacShaTotp
class Object
trait Matchable
class Any
Known subtypes
object TotpGenerator

Members list

Value members

Inherited methods

final def getTotp(secret: String, totpGenerationTimeInMillis: Long): String

Attributes

Inherited from:
HmacShaTotp
final def getTotpCode(secret: String): String

Attributes

Inherited from:
HmacShaTotp

Inherited fields

final override val codeLength: 8

Attributes

Inherited from:
TotpSha512
final override val crypto: HmacSHA512.type

Attributes

Inherited from:
TotpSha512
final override val totpTimeInterval: FiniteDuration

Attributes

Inherited from:
TotpSha512