Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberExternalLoginProviderScheme

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Security
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class MemberExternalLoginProviderScheme

    Constructors

    View Source

    MemberExternalLoginProviderScheme(MemberExternalLoginProvider, AuthenticationScheme)

    Declaration
    public MemberExternalLoginProviderScheme(MemberExternalLoginProvider externalLoginProvider, AuthenticationScheme authenticationScheme)
    Parameters
    Type Name Description
    MemberExternalLoginProvider 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 MemberExternalLoginProvider ExternalLoginProvider { get; }
    Property Value
    Type Description
    MemberExternalLoginProvider
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX