Megosztás a következőn keresztül:


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

IssuerCertificates

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

TokenIssuer

Expected JWT token issuer.

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