Show / Hide Table of Contents

Class ExternalLoginProviderDto

Inheritance
object
ExternalLoginProviderDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class ExternalLoginProviderDto

Constructors

ExternalLoginProviderDto(string, bool)

Declaration
public ExternalLoginProviderDto(string name, bool canObtainUserInfoWithoutPassword)
Parameters
Type Name Description
string name
bool canObtainUserInfoWithoutPassword

Properties

CanObtainUserInfoWithoutPassword

Declaration
public bool CanObtainUserInfoWithoutPassword { get; set; }
Property Value
Type Description
bool

Name

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