PassphraseRequest
class PassphraseRequest(val title: String, val subtitle: String, 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(title: String, subtitle: String, 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.