GoogleOauth2ProviderConfigOutput¶
Structure Class¶
GoogleOauth2ProviderConfigOutput
dataclass
¶
Output configuration for a Google OAuth2 provider.
Attributes¶
client_id
class-attribute
instance-attribute
¶
client_id: str | None = None
The client ID for the Google OAuth2 provider.
oauth_discovery
instance-attribute
¶
oauth_discovery: Oauth2Discovery
The OAuth2 discovery information for the Google provider.