TrustedComputer

data class TrustedComputer(var identifier: Int) : OtpAuthenticationType

Constructors

Link copied to clipboard
constructor(identifier: Int)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override 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.