Retrieves the current access token.
Returns null if no token is available.
null
Future<String?> getAccessToken() { throw UnimplementedError('getAccessToken() has not been implemented.'); }