GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCode constructor
GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCode({
- GoogleCloudIntegrationsV1alphaAccessToken? accessToken,
- bool? applyReauthPolicy,
- String? authCode,
- String? authEndpoint,
- GoogleCloudIntegrationsV1alphaParameterMap? authParams,
- String? clientId,
- String? clientSecret,
- String? requestType,
- String? scope,
- String? tokenEndpoint,
- GoogleCloudIntegrationsV1alphaParameterMap? tokenParams,
Implementation
GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCode({
this.accessToken,
this.applyReauthPolicy,
this.authCode,
this.authEndpoint,
this.authParams,
this.clientId,
this.clientSecret,
this.requestType,
this.scope,
this.tokenEndpoint,
this.tokenParams,
});