fastapi_aad_auth.oauth.state¶
Authentication State.
DEPRECATED - fastapi_aad_auth.oauth.state will be deprecated in version 0.2.0, and is replaced by fastapi_aad_auth._base.state
- class fastapi_aad_auth.oauth.state.AuthenticationState(**kwargs)[source]¶
Authentication State.
DEPRECATED - fastapi_aad_auth.oauth.state:AuthenticationState will be deprecated in version 0.2.0, and is replaced by fastapi_aad_auth._base.state:AuthenticationState
Initialise the logger.
DEPRECATED - fastapi_aad_auth.oauth.state:AuthenticationState will be deprecated in version 0.2.0, and is replaced by fastapi_aad_auth._base.state:AuthenticationState
- class fastapi_aad_auth.oauth.state.User(**kwargs)[source]¶
User Model.
DEPRECATED - fastapi_aad_auth.oauth.state:User will be deprecated in version 0.2.0, and is replaced by fastapi_aad_auth._base.state:User
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
DEPRECATED - fastapi_aad_auth.oauth.state:User will be deprecated in version 0.2.0, and is replaced by fastapi_aad_auth._base.state:User