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.AuthProviderBaseConfig
Base 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.self
is explicitly positional-only to allowself
as a field name.