GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig class
Configurations options for authenticating with a the standard set of Identity Toolkit-trusted IDPs.
Constructors
- GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig({GoogleCloudIdentitytoolkitAdminV2AppleSignInConfig? appleSignInConfig, String? clientId, String? clientSecret, bool? enabled, String? name})
- GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig.fromJson(Map _json)
Properties
- appleSignInConfig ↔ GoogleCloudIdentitytoolkitAdminV2AppleSignInConfig?
-
Additional config for Apple-based projects.
getter/setter pair
- clientId ↔ String?
-
OAuth client ID.
getter/setter pair
- clientSecret ↔ String?
-
OAuth client secret.
getter/setter pair
- enabled ↔ bool?
-
True if allows the user to sign in with the provider.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the DefaultSupportedIdpConfig resource, for example:
"projects/my-awesome-project/defaultSupportedIdpConfigs/google.com"
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited