View Source
Class MemberExternalLoginProvider
An external login (OAuth) provider for the members
Assembly: Umbraco.Web.Common.dll
Syntax
public class MemberExternalLoginProvider
Constructors
View Source
MemberExternalLoginProvider(string, IOptionsMonitor<MemberExternalLoginProviderOptions>)
Declaration
public MemberExternalLoginProvider(string authenticationType, IOptionsMonitor<MemberExternalLoginProviderOptions> properties)
Parameters
Properties
View Source
AuthenticationType
The authentication "Scheme"
Declaration
public string AuthenticationType { get; }
Property Value
View Source
Options
Declaration
public MemberExternalLoginProviderOptions 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(MemberExternalLoginProvider?)
Declaration
public bool Equals(MemberExternalLoginProvider? other)
Parameters
Returns
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns