GoogleIdentityStsV1ExchangeTokenRequest constructor

GoogleIdentityStsV1ExchangeTokenRequest({
  1. String? audience,
  2. String? grantType,
  3. String? options,
  4. String? requestedTokenType,
  5. String? scope,
  6. String? subjectToken,
  7. String? subjectTokenType,
})

Implementation

GoogleIdentityStsV1ExchangeTokenRequest({
  this.audience,
  this.grantType,
  this.options,
  this.requestedTokenType,
  this.scope,
  this.subjectToken,
  this.subjectTokenType,
});