Share via


CustomJwtAuthenticationSettings Class

Definition

Custom JWT authentication settings for namespace resource.

public class CustomJwtAuthenticationSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.CustomJwtAuthenticationSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.CustomJwtAuthenticationSettings>
type CustomJwtAuthenticationSettings = class
    interface IJsonModel<CustomJwtAuthenticationSettings>
    interface IPersistableModel<CustomJwtAuthenticationSettings>
Public Class CustomJwtAuthenticationSettings
Implements IJsonModel(Of CustomJwtAuthenticationSettings), IPersistableModel(Of CustomJwtAuthenticationSettings)
Inheritance
CustomJwtAuthenticationSettings
Implements

Constructors

CustomJwtAuthenticationSettings()

Initializes a new instance of CustomJwtAuthenticationSettings.

Properties

EncodedIssuerCertificates

Information about the encoded public certificates that are used for custom authentication.

IssuerCertificates

Information about the certificates that are used for token validation. We currently support maximum 2 certificates.

TokenIssuer

Expected JWT token issuer.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomJwtAuthenticationSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CustomJwtAuthenticationSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomJwtAuthenticationSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomJwtAuthenticationSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CustomJwtAuthenticationSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to