GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig class

Configuration options for authenticating with an OAuth IDP.

Properties

clientId String?
The client id of an OAuth client.
getter/setter pair
clientSecret String?
The client secret of the OAuth client, to enable OIDC code flow.
getter/setter pair
displayName String?
The config's display name set by developers.
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
issuer String?
For OIDC Idps, the issuer identifier.
getter/setter pair
name String?
The name of the OAuthIdpConfig resource, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'.
getter/setter pair
responseType GoogleCloudIdentitytoolkitAdminV2OAuthResponseType?
The response type to request for in the OAuth authorization flow.
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