PassphraseRequest
constructor(title: String, subtitle: String, passphraseConstraints: PassphraseConstraints, passphraseEvaluator: suspend (enteredPassphrase: String) -> String??)
Parameters
title
the title for the passphrase prompt.
subtitle
the subtitle for the passphrase prompt.
passphraseConstraints
the PassphraseConstraints for the passphrase.
passphraseEvaluator
an optional function to evaluate the passphrase and give the user feedback.