getToken abstract method

Future<OAuthToken?> getToken()

retrieves access token and other information from the designated store.

Implementation

Future<OAuthToken?> getToken();