Class ExternalLoginResult
- Assembly
- Dynamicweb.Security.dll
Represents the login result from the external login platform.
public class ExternalLoginResult
- Inheritance
-
ExternalLoginResult
- Inherited Members
Constructors
ExternalLoginResult()
Initializes a new instance of an object.
public ExternalLoginResult()
Properties
CurrentExternalLoginResult
Returns current external login result.
[Obsolete("Use CurrentExternalLogOnResult instead")]
public static ExternalLoginResult CurrentExternalLoginResult { get; set; }
Property Value
CurrentExternalLogOnResult
Returns current external login result.
public static ExternalLoginResult CurrentExternalLogOnResult { get; set; }
Property Value
DefaultUserName
Gets or sets the login default user name
public string DefaultUserName { get; set; }
Property Value
Gets or sets the email
public string Email { get; set; }
Property Value
ErrorText
Gets or sets the error text.
public string ErrorText { get; set; }
Property Value
Phone
Gets or sets the phone.
public string Phone { get; set; }
Property Value
ProviderID
Gets or sets the login provider id
public int ProviderID { get; set; }
Property Value
ProviderKey
Gets or sets the login provider key for the logged-in user
public string ProviderKey { get; set; }
Property Value
Success
Gets or sets value indicating whether login was successfull.
public bool Success { get; set; }