ExchangeAuthCodeRequest constructor
ExchangeAuthCodeRequest({
- AuthCodeData? authCodeData,
- ExecutionConfig? executionConfig,
- OAuth2Config? oauth2Config,
Implementation
ExchangeAuthCodeRequest({
this.authCodeData,
this.executionConfig,
this.oauth2Config,
});