Class BasicAuthLoginModel
View model for the standalone basic auth login page.
Inheritance
object
Namespace: Umbraco.Cms.Web.Website.Models
Assembly: Umbraco.Web.Website.dll
Syntax
public class BasicAuthLoginModel
Constructors
View SourceBasicAuthLoginModel()
Declaration
public BasicAuthLoginModel()
Properties
View SourceErrorMessage
Gets or sets an error message to display on the login form.
Declaration
public string? ErrorMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalLoginProviders
Gets or sets the available external authentication providers (e.g. Google, Microsoft).
Declaration
public IEnumerable<AuthenticationScheme> ExternalLoginProviders { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<AuthenticationScheme> |
ReturnPath
Gets or sets the local URL to redirect to after successful login.
Declaration
public string? ReturnPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |