GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentials constructor
GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentials({
- GoogleCloudIntegrationsV1alphaAccessToken? accessToken,
- String? clientId,
- String? clientSecret,
- String? password,
- String? requestType,
- String? scope,
- String? tokenEndpoint,
- GoogleCloudIntegrationsV1alphaParameterMap? tokenParams,
- String? username,
Implementation
GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentials({
this.accessToken,
this.clientId,
this.clientSecret,
this.password,
this.requestType,
this.scope,
this.tokenEndpoint,
this.tokenParams,
this.username,
});