你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OpenIdConnectClientCredential Class

Definition

The authentication client credentials of the custom Open ID Connect provider.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.OpenIdConnectClientCredentialTypeConverter))]
public class OpenIdConnectClientCredential : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IOpenIdConnectClientCredential
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.OpenIdConnectClientCredentialTypeConverter))>]
type OpenIdConnectClientCredential = class
    interface IOpenIdConnectClientCredential
    interface IJsonSerializable
Public Class OpenIdConnectClientCredential
Implements IOpenIdConnectClientCredential
Inheritance
OpenIdConnectClientCredential
Attributes
Implements

Constructors

OpenIdConnectClientCredential()

Creates an new OpenIdConnectClientCredential instance.

Properties

ClientSecretSettingName

The app setting that contains the client secret for the custom Open ID Connect provider.

Method

The method that should be used to authenticate the user.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OpenIdConnectClientCredential.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OpenIdConnectClientCredential.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IOpenIdConnectClientCredential.

FromJsonString(String)

Creates a new instance of OpenIdConnectClientCredential, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OpenIdConnectClientCredential into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to