PassphraseRequest
class PassphraseRequest(val reason: Reason, val passphraseConstraints: PassphraseConstraints, val passphraseEvaluator: suspend (enteredPassphrase: String) -> PassphraseEvaluation?)
Data for the UI to display and run passphrase dialog.
Constructors
Link copied to clipboard
constructor(reason: Reason, passphraseConstraints: PassphraseConstraints, passphraseEvaluator: suspend (enteredPassphrase: String) -> PassphraseEvaluation?)
Properties
Link copied to clipboard
the PassphraseConstraints for the passphrase.
Link copied to clipboard
an optional function to evaluate the passphrase and give the user feedback.