getAccessToken abstract method

Future<String?> getAccessToken()

Get the current access token

Returns null if no token is available or if it has expired.

Implementation

Future<String?> getAccessToken();