PassphraseEvaluation

A value that encodes the result of a PIN or passphrase attempt.

Inheritors

Types

Link copied to clipboard
data object OK : PassphraseEvaluation

Correct PIN or passphrase entered.

Link copied to clipboard

Incorrect PIN or passphrase entered, no more attempts possible.

Link copied to clipboard

Incorrect PIN or passphrase entered, user can try again.

Link copied to clipboard
data class TryAgainAttemptsRemain(val remainingAttempts: Int) : PassphraseEvaluation

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