ClientAuthenticationSettings interface
Client authentication settings for namespace resource.
Properties
| alternative |
Alternative authentication name sources related to client authentication settings for namespace resource. |
| custom |
Custom JWT authentication settings for namespace resource. |
| webhook |
Authentication settings for a webhook endpoint within a Namespace resource. |
Property Details
alternativeAuthenticationNameSources
Alternative authentication name sources related to client authentication settings for namespace resource.
alternativeAuthenticationNameSources?: string[]
Property Value
string[]
customJwtAuthentication
Custom JWT authentication settings for namespace resource.
customJwtAuthentication?: CustomJwtAuthenticationSettings
Property Value
webhookAuthentication
Authentication settings for a webhook endpoint within a Namespace resource.
webhookAuthentication?: WebhookAuthenticationSettings