GoogleIdentityStsV1ExchangeOauthTokenRequest constructor

GoogleIdentityStsV1ExchangeOauthTokenRequest({
  1. String? clientId,
  2. String? code,
  3. String? codeVerifier,
  4. String? grantType,
  5. String? redirectUri,
  6. String? refreshToken,
  7. String? scope,
})

Implementation

GoogleIdentityStsV1ExchangeOauthTokenRequest({
  this.clientId,
  this.code,
  this.codeVerifier,
  this.grantType,
  this.redirectUri,
  this.refreshToken,
  this.scope,
});