Share via


OpenIdConnectLogin Constructors

Definition

Overloads

OpenIdConnectLogin()

Initializes a new instance of the OpenIdConnectLogin class.

OpenIdConnectLogin(String, IList<String>)

Initializes a new instance of the OpenIdConnectLogin class.

OpenIdConnectLogin()

Initializes a new instance of the OpenIdConnectLogin class.

public OpenIdConnectLogin ();
Public Sub New ()

Applies to

OpenIdConnectLogin(String, IList<String>)

Initializes a new instance of the OpenIdConnectLogin class.

public OpenIdConnectLogin (string nameClaimType = default, System.Collections.Generic.IList<string> scopes = default);
new Microsoft.Azure.Management.WebSites.Models.OpenIdConnectLogin : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.OpenIdConnectLogin
Public Sub New (Optional nameClaimType As String = Nothing, Optional scopes As IList(Of String) = Nothing)

Parameters

nameClaimType
String

The name of the claim that contains the users name.

scopes
IList<String>

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

Applies to