GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig constructor

GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig({
  1. String? clientId,
  2. String? clientSecret,
  3. String? displayName,
  4. bool? enabled,
  5. String? issuer,
  6. String? name,
  7. GoogleCloudIdentitytoolkitAdminV2OAuthResponseType? responseType,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig({
  this.clientId,
  this.clientSecret,
  this.displayName,
  this.enabled,
  this.issuer,
  this.name,
  this.responseType,
});