Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeExternalLoginProvider

    An external login (OAuth) provider for the back office

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.Security
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class BackOfficeExternalLoginProvider

    Constructors

    View Source

    BackOfficeExternalLoginProvider(string, IOptionsMonitor<BackOfficeExternalLoginProviderOptions>)

    Declaration
    public BackOfficeExternalLoginProvider(string authenticationType, IOptionsMonitor<BackOfficeExternalLoginProviderOptions> properties)
    Parameters
    Type Name Description
    string authenticationType
    IOptionsMonitor<BackOfficeExternalLoginProviderOptions> properties

    Properties

    View Source

    AuthenticationType

    The authentication "Scheme"

    Declaration
    public string AuthenticationType { get; }
    Property Value
    Type Description
    string
    View Source

    Options

    Declaration
    public BackOfficeExternalLoginProviderOptions Options { get; }
    Property Value
    Type Description
    BackOfficeExternalLoginProviderOptions

    Methods

    View Source

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    View Source

    Equals(BackOfficeExternalLoginProvider?)

    Declaration
    public bool Equals(BackOfficeExternalLoginProvider? other)
    Parameters
    Type Name Description
    BackOfficeExternalLoginProvider other
    Returns
    Type Description
    bool
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX