Class LoginModel.ExternalProviderModel
Inheritance
System.Object
LoginModel.ExternalProviderModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class ExternalProviderModel
Properties
AuthenticationScheme
Declaration
public string AuthenticationScheme { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |