ExchangeAuthCodeRequest constructor

ExchangeAuthCodeRequest({
  1. AuthCodeData? authCodeData,
  2. ExecutionConfig? executionConfig,
  3. OAuth2Config? oauth2Config,
})

Implementation

ExchangeAuthCodeRequest({
  this.authCodeData,
  this.executionConfig,
  this.oauth2Config,
});