OAuth2AuthProvider
OAuth2AuthProvider¶
OAuth2 authentication provider.
- type (
Literal
): (No documentation available.) - client_id (
str
): OAuth2 client ID. - client_secret (
str
): OAuth2 client secret. - token_url (
str
): Token endpoint URL. - scopes (
list[str] | None
): OAuth2 scopes required.