HmacShaTotp

uk.gov.hmrc.totp.HmacShaTotp
trait HmacShaTotp

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def codeLength: Int
def totpTimeInterval: FiniteDuration

Concrete methods

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