TryAgainAttemptsRemain

data class TryAgainAttemptsRemain(val remainingAttempts: Int) : PassphraseEvaluation

Incorrect PIN or passphrase entered, user can try again given number of times.

Constructors

Link copied to clipboard
constructor(remainingAttempts: Int)

Properties

Link copied to clipboard