Share via


IOpenIdConnectLogin Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.OpenIdConnectLoginTypeConverter))]
public interface IOpenIdConnectLogin : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.OpenIdConnectLoginTypeConverter))>]
type IOpenIdConnectLogin = interface
    interface IJsonSerializable
Public Interface IOpenIdConnectLogin
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

NameClaimType

The name of the claim that contains the users name.

Scope

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to