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?)

    Determines whether the specified object is equal to the current object.

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

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    View Source

    Equals(BackOfficeExternalLoginProvider?)

    Indicates whether the current object is equal to another object of the same type.

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

    An object to compare with this object.

    Returns
    Type Description
    bool

    true if the current object is equal to the other parameter; otherwise, false.

    View Source

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX