GoogleCloudAgentidentitycredentialsV1UriConsentRequired constructor

GoogleCloudAgentidentitycredentialsV1UriConsentRequired({
  1. String? authorizationUri,
  2. String? consentNonce,
  3. String? uid,
})

Implementation

GoogleCloudAgentidentitycredentialsV1UriConsentRequired({
  this.authorizationUri,
  this.consentNonce,
  this.uid,
});