GoogleCloudIdentitytoolkitV1IdpConfig class
Config of an identity provider.
Constructors
-
GoogleCloudIdentitytoolkitV1IdpConfig({String? clientId, bool? enabled, int? experimentPercent, String? provider, String? secret, List<
String> ? whitelistedAudiences}) - GoogleCloudIdentitytoolkitV1IdpConfig.fromJson(Map json_)
Properties
- clientId ↔ String?
-
OAuth2 client ID.
getter/setter pair
- enabled ↔ bool?
-
True if allows the user to sign in with the provider.
getter/setter pair
- experimentPercent ↔ int?
-
Percent of users who will be prompted/redirected federated login for this
IdP
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- provider ↔ String?
-
Name of the identity provider.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret ↔ String?
-
OAuth2 client secret.
getter/setter pair
-
whitelistedAudiences
↔ List<
String> ? -
Whitelisted client IDs for audience check.
getter/setter pair
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