GoogleIdentityStsV1ExchangeOauthTokenResponse constructor

GoogleIdentityStsV1ExchangeOauthTokenResponse({
  1. String? accessToken,
  2. int? expiresIn,
  3. String? idToken,
  4. String? refreshToken,
  5. String? scope,
  6. String? tokenType,
})

Implementation

GoogleIdentityStsV1ExchangeOauthTokenResponse({
  this.accessToken,
  this.expiresIn,
  this.idToken,
  this.refreshToken,
  this.scope,
  this.tokenType,
});