Table of Contents

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

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

Name

Gets or sets the name

public string? Name { get; set; }

Property Value

string

ProviderId

Gets or sets the provider Id

public int ProviderId { get; set; }

Property Value

int

Success

Gets or sets value indicating whether login was successful.

public bool Success { get; set; }

Property Value

bool
To top