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