onAuthenticationFailed property
void Function()?
onAuthenticationFailed
getter/setter pair
Callback for handling authentication failures (401 errors after refresh failed)
Implementation
void Function()? onAuthenticationFailed;