TokenRefreshResult.reauthRequired constructor
const
TokenRefreshResult.reauthRequired()
The refresh token itself is expired or revoked. The user must re-authenticate from scratch (OAuth flow, login screen, etc). The SDK will emit BiometricResult.reauthenticationRequired.
Implementation
const factory TokenRefreshResult.reauthRequired() = TokenRefreshReauthRequired;