onRefreshToken property
void Function(AuthenticationTokenParsedData tokens)?
onRefreshToken
final
This Callback is called whenever a refresh token have been successfully retrieved It provides access to the retrieved tokens
Implementation
final void Function(AuthenticationTokenParsedData tokens)? onRefreshToken;