PasswordAuthentication

data class PasswordAuthentication<T : OtpAuthenticationType>(val password: Password, val otpAuthentication: T) : AuthenticationType<T>

Constructors

Link copied to clipboard
constructor(password: Password, otpAuthentication: T)

Properties

Link copied to clipboard
open override val otpAuthentication: T
Link copied to clipboard

Functions

Link copied to clipboard
open override fun clear()

Clears all data stored in this AuthenticationType. OTP codes will all be set to Int.MIN_VALUE, password and token fields will be filled with zeros.