GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow constructor
GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow({})
Implementation
GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow({
this.authCode,
this.authUri,
this.clientId,
this.clientSecret,
this.enablePkce,
this.pkceVerifier,
this.redirectUri,
this.scopes,
});