FetchAccessTokenResponse constructor
      
      FetchAccessTokenResponse({ 
    
    
- ExchangeError? exchangeError,
- String? expirationTime,
- List<String> ? scopes,
- String? token,
Implementation
FetchAccessTokenResponse({
  this.exchangeError,
  this.expirationTime,
  this.scopes,
  this.token,
});