View Source
Class BackOfficeExternalLoginProvider
An external login (OAuth) provider for the back office
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
Properties
View Source
AuthenticationType
The authentication "Scheme"
Declaration
public string AuthenticationType { get; }
Property Value
View Source
Options
Declaration
public BackOfficeExternalLoginProviderOptions Options { get; }
Property Value
Methods
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
View Source
Equals(BackOfficeExternalLoginProvider?)
Declaration
public bool Equals(BackOfficeExternalLoginProvider? other)
Parameters
Returns
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns