GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig constructor
GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig({
- GoogleCloudIdentitytoolkitAdminV2AppleSignInConfig? appleSignInConfig,
- String? clientId,
- String? clientSecret,
- bool? enabled,
- String? name,
Implementation
GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig({
this.appleSignInConfig,
this.clientId,
this.clientSecret,
this.enabled,
this.name,
});