ExchangeTokenRequest constructor

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

Implementation

ExchangeTokenRequest({
  this.accessBoundary,
  this.audience,
  this.grantType,
  this.requestedTokenType,
  this.scope,
  this.subjectToken,
  this.subjectTokenType,
});