deleteAccessTokenOnly abstract method

Future<void> deleteAccessTokenOnly()

Deletes only the access token from the cookies.

Returns:

  • A Future that completes when the access token has been deleted.

Implementation

Future<void> deleteAccessTokenOnly();