setToken abstract method

Future<void> setToken(
  1. OAuthToken token
)

stores access token and other retrieved information from AuthApi.issueAccessToken

Implementation

Future<void> setToken(OAuthToken token);