nat.authentication.oauth2.oauth2_auth_code_flow_provider_config#
Classes#
Base configuration for authentication providers. |
Module Contents#
- class OAuth2AuthCodeFlowProviderConfig(/, **data: Any)#
Bases:
nat.data_models.authentication.AuthProviderBaseConfigBase configuration for authentication providers.
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.selfis explicitly positional-only to allowselfas a field name.