Class AbpOAuthExternalLoginProviderOptions
Inheritance
AbpOAuthExternalLoginProviderOptions
Assembly: Volo.Abp.Identity.Pro.Domain.dll
Syntax
public class AbpOAuthExternalLoginProviderOptions
Constructors
AbpOAuthExternalLoginProviderOptions()
Declaration
public AbpOAuthExternalLoginProviderOptions()
Properties
CanObtainUserInfoWithoutPassword
Declaration
public bool CanObtainUserInfoWithoutPassword { get; set; }
Property Value
EmailClaimType
Declaration
public string EmailClaimType { get; set; }
Property Value
EmailConfirmedClaimType
Declaration
public string EmailConfirmedClaimType { get; set; }
Property Value
NameClaimType
Declaration
public string NameClaimType { get; set; }
Property Value
PhoneNumberClaimType
Declaration
public string PhoneNumberClaimType { get; set; }
Property Value
PhoneNumberConfirmedClaimType
Declaration
public string PhoneNumberConfirmedClaimType { get; set; }
Property Value
ProviderKeyClaimType
Declaration
public string ProviderKeyClaimType { get; set; }
Property Value
SurnameClaimType
Declaration
public string SurnameClaimType { get; set; }
Property Value
Extension Methods