ClientAuthenticationSettings Class
Client authentication settings for namespace resource.
Constructor
ClientAuthenticationSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
alternative_authentication_name_sources
|
Alternative authentication name sources related to client authentication settings for namespace resource. |
|
custom_jwt_authentication
|
Custom JWT authentication settings for namespace resource. |
|
webhook_authentication
|
Authentication settings for a webhook endpoint within a Namespace resource. |
Attributes
alternative_authentication_name_sources
Alternative authentication name sources related to client authentication settings for namespace resource.
alternative_authentication_name_sources: list[typing.Union[str, ForwardRef('_models.AlternativeAuthenticationNameSource')]] | None
custom_jwt_authentication
Custom JWT authentication settings for namespace resource.
custom_jwt_authentication: _models.CustomJwtAuthenticationSettings | None
webhook_authentication
Authentication settings for a webhook endpoint within a Namespace resource.
webhook_authentication: _models.WebhookAuthenticationSettings | None