Types

Link copied to clipboard
Link copied to clipboard
data class TrustedComputer(var identifier: Int) : OtpAuthenticationType

Functions

Link copied to clipboard
abstract fun clear()

Clear any data stored in the one-time passwords by setting the payload to Int.MIN_VALUE, if there is a payload attached.