TotpSha1

uk.gov.hmrc.totp.TotpSha1
trait TotpSha1 extends HmacShaTotp

Attributes

Graph
Supertypes
trait HmacShaTotp
class Object
trait Matchable
class Any
Known subtypes

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

Concrete fields

final override val codeLength: 6
final override val crypto: HmacSHA1.type
final override val totpTimeInterval: FiniteDuration