retrieveAccessToken property

Future<String?> Function() retrieveAccessToken
final

Only used in case of Desktop, where on signing in online, we need to retrieve the already stored access token from the internal storage.

Implementation

final Future<String?> Function() retrieveAccessToken;