OpenIdConnectLogin Class

Definition

The configuration settings of the login flow of the custom Open ID Connect provider.

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

Constructors

OpenIdConnectLogin()

Initializes a new instance of OpenIdConnectLogin.

Properties

NameClaimType

The name of the claim that contains the users name.

Scopes

A list of the scopes that should be requested while authenticating.

Explicit Interface Implementations

IJsonModel<OpenIdConnectLogin>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OpenIdConnectLogin>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OpenIdConnectLogin>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OpenIdConnectLogin>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OpenIdConnectLogin>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to