Table of Contents

Class ExternalLoginResult

Namespace
Dynamicweb.Security.UserManagement.ExternalAuthentication
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

ExternalLoginResult

CurrentExternalLogOnResult

Returns current external login result.
public static ExternalLoginResult CurrentExternalLogOnResult { get; set; }

Property Value

ExternalLoginResult

DefaultUserName

Gets or sets the login default user name
public string DefaultUserName { get; set; }

Property Value

string

Email

Gets or sets the email
public string Email { get; set; }

Property Value

string

ErrorText

Gets or sets the error text.
public string ErrorText { get; set; }

Property Value

string

Phone

Gets or sets the phone.
public string Phone { get; set; }

Property Value

string

ProviderID

Gets or sets the login provider id
public int ProviderID { get; set; }

Property Value

int

ProviderKey

Gets or sets the login provider key for the logged-in user
public string ProviderKey { get; set; }

Property Value

string

Success

Gets or sets value indicating whether login was successfull.
public bool Success { get; set; }

Property Value

bool
To top