OpenIdConnectClientCredential Class

Definition

The authentication client credentials of the custom Open ID Connect provider. Serialized Name: OpenIdConnectClientCredential

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

Constructors

Name Description
OpenIdConnectClientCredential()

Initializes a new instance of OpenIdConnectClientCredential.

Properties

Name Description
ClientSecretSettingName

The app setting that contains the client secret for the custom Open ID Connect provider. Serialized Name: OpenIdConnectClientCredential.clientSecretSettingName

Method

The method that should be used to authenticate the user. Serialized Name: OpenIdConnectClientCredential.method

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<OpenIdConnectClientCredential>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OpenIdConnectClientCredential>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OpenIdConnectClientCredential>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OpenIdConnectClientCredential>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OpenIdConnectClientCredential>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to