Future<String> getAccessToken() async { if (!Token.tokenIsValid(_token) ) await _performAuthorization(); return _token.accessToken; }