Class ExternalLoginResult
- Namespace
- Dynamicweb.ExternalAuthentication
- Assembly
- Dynamicweb.ExternalAuthentication.dll
Represents the login result from the external login platform.
public class ExternalLoginResult
- Inheritance
-
ExternalLoginResult
- Inherited Members
Properties
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
Name
Gets or sets the name
public string? Name { get; set; }
Property Value
ProviderId
Gets or sets the provider Id
public int ProviderId { get; set; }
Property Value
Success
Gets or sets value indicating whether login was successful.
public bool Success { get; set; }