Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeExternaLoginProviderScheme

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Security
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class BackOfficeExternaLoginProviderScheme

    Constructors

    View Source

    BackOfficeExternaLoginProviderScheme(BackOfficeExternalLoginProvider, AuthenticationScheme)

    Declaration
    public BackOfficeExternaLoginProviderScheme(BackOfficeExternalLoginProvider externalLoginProvider, AuthenticationScheme authenticationScheme)
    Parameters
    Type Name Description
    BackOfficeExternalLoginProvider externalLoginProvider
    Microsoft.AspNetCore.Authentication.AuthenticationScheme authenticationScheme

    Properties

    View Source

    AuthenticationScheme

    Declaration
    public AuthenticationScheme AuthenticationScheme { get; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Authentication.AuthenticationScheme
    View Source

    ExternalLoginProvider

    Declaration
    public BackOfficeExternalLoginProvider ExternalLoginProvider { get; }
    Property Value
    Type Description
    BackOfficeExternalLoginProvider
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX