ConvertToHumanReadableFn
typealias ConvertToHumanReadableFn = suspend (unlockReason: Reason, passphraseConstraints: PassphraseConstraints?) -> Reason.HumanReadable
A function that converts arbitrary Reason to a human-readable kind Reason.HumanReadable.
The result is then used to create a prompt for the user input. If the expected input requires user to enter application-defined data (e.g. a PIN or a passphrase), passphraseConstraints describes the required input. When the expected input is determined by the OS (e.g. biometrics), passphraseConstraints is null.