deleteAccessToken property

Future<void> Function() deleteAccessToken
final

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

Implementation

final Future<void> Function() deleteAccessToken;