reauthenticationRequired static method
Re-authentication required (refresh token expired).
Implementation
static BiometricResult reauthenticationRequired({
String? reason = 'Test: refresh token expired',
}) =>
BiometricResult.reauthenticationRequired(reason: reason);