customRefreshTokenCallback property

FutureOr<AuthenticationTokenParsedData> Function(String token, String? refreshToken, AuthDeviceInfo? deviceInfo)? customRefreshTokenCallback
final

Implementation

final FutureOr<AuthenticationTokenParsedData> Function(String token, String? refreshToken, AuthDeviceInfo? deviceInfo)?
    customRefreshTokenCallback;