Show / Hide Table of Contents

Class LoginModel.ExternalProviderModel

Inheritance
object
LoginModel.ExternalProviderModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class LoginModel.ExternalProviderModel

Constructors

ExternalProviderModel()

Declaration
public ExternalProviderModel()

Properties

AuthenticationScheme

Declaration
public string AuthenticationScheme { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Icon

Declaration
public string Icon { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft