reauthenticationRequired static method

BiometricResult reauthenticationRequired({
  1. String? reason = 'Test: refresh token expired',
})

Re-authentication required (refresh token expired).

Implementation

static BiometricResult reauthenticationRequired({
  String? reason = 'Test: refresh token expired',
}) =>
    BiometricResult.reauthenticationRequired(reason: reason);