CustomJwtAuthenticationSettings Class
Custom JWT authentication settings for namespace resource.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelCustomJwtAuthenticationSettings
Constructor
CustomJwtAuthenticationSettings(*, token_issuer: str | None = None, issuer_certificates: List[_models.IssuerCertificateInfo] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
token_issuer
|
Expected JWT token issuer. |
issuer_certificates
|
Information about the certificate that is used for token validation. We currently support maximum 2 certificates. |
Variables
Name | Description |
---|---|
token_issuer
|
Expected JWT token issuer. |
issuer_certificates
|
Information about the certificate that is used for token validation. We currently support maximum 2 certificates. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python