Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    BasicAuthLoginModel()

    Declaration
    public BasicAuthLoginModel()

    Properties

    View Source

    ErrorMessage

    Gets or sets an error message to display on the login form.

    Declaration
    public string? ErrorMessage { get; set; }
    Property Value
    Type Description
    string
    View Source

    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>
    View Source

    ReturnPath

    Gets or sets the local URL to redirect to after successful login.

    Declaration
    public string? ReturnPath { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX