deleteAccessToken property
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;
Only used in case of Desktop, where on signing out, we need to remove the already stored access token from the internal storage.
final Future<void> Function() deleteAccessToken;