onRefreshToken property

void Function(Map<String, String> tokens)? onRefreshToken
finalinherited

This Callback is called whenever a refresh token have been successfully retrieved It provides access to the retrieved tokens

Implementation

final void Function(Map<String, String> tokens)? onRefreshToken;