ExternalLoginsModel.OtherLogins Property

Definition

This API supports the ASP.NET Core Identity default UI infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public System.Collections.Generic.IList<Microsoft.AspNetCore.Authentication.AuthenticationScheme> OtherLogins { get; set; }
public System.Collections.Generic.IList<Microsoft.AspNetCore.Authentication.AuthenticationScheme>? OtherLogins { get; set; }
member this.OtherLogins : System.Collections.Generic.IList<Microsoft.AspNetCore.Authentication.AuthenticationScheme> with get, set
Public Property OtherLogins As IList(Of AuthenticationScheme)

Property Value

Applies to