Properties

Link copied to clipboard
abstract var otp: Int

One-time password, typically referred to as authentication code. This is the 6-digit 24-bit code used by two-factor authenticators.

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.