Authentication Type
Inheritors
Types
Link copied to clipboard
data class PasswordAuthentication<T : OtpAuthenticationType>(val password: Password, val otpAuthentication: T) : AuthenticationType<T>
Link copied to clipboard
data class TokenAuthentication<T : OtpAuthenticationType>(val token: Token, val otpAuthentication: T) : AuthenticationType<T>
Functions
Link copied to clipboard
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.