onTokenRefreshed property

void Function(String accessToken, String refreshToken)? onTokenRefreshed
final

Callback that is called when the access token is refreshed.

Implementation

final void Function(String accessToken, String refreshToken)?
onTokenRefreshed;