OpenIdConnectClientCredential Class
The authentication client credentials of the custom Open ID Connect provider.
Constructor
OpenIdConnectClientCredential(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
method
|
The method that should be used to authenticate the user. Default value is "ClientSecretPost". |
|
client_secret_setting_name
|
The app setting that contains the client secret for the custom Open ID Connect provider. |
Attributes
client_secret_setting_name
The app setting that contains the client secret for the custom Open ID Connect provider.
client_secret_setting_name: str | None
method
The method that should be used to authenticate the user. Default value is "ClientSecretPost".
method: Literal['ClientSecretPost'] | None