OpenIdConnectRegistration Class

Definition

The configuration settings of the app registration for the custom Open ID Connect provider.

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

Constructors

OpenIdConnectRegistration()

Initializes a new instance of OpenIdConnectRegistration.

Properties

ClientCredential

The authentication credentials of the custom Open ID Connect provider.

ClientId

The client id of the custom Open ID Connect provider.

OpenIdConnectConfiguration

The configuration settings of the endpoints used for the custom Open ID Connect provider.

Explicit Interface Implementations

IJsonModel<OpenIdConnectRegistration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OpenIdConnectRegistration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OpenIdConnectRegistration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OpenIdConnectRegistration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OpenIdConnectRegistration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to