View Source
Class BackOfficeExternalLoginProvider
An external login (OAuth) provider for the back office
Inheritance
System.Object
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class BackOfficeExternalLoginProvider : IEquatable<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
Type |
Description |
System.String |
|
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 |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
Equals(BackOfficeExternalLoginProvider)
Declaration
public bool Equals(BackOfficeExternalLoginProvider other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|