Class MemberExternalLoginProvider
An external login (OAuth) provider for the members
Inheritance
object
Namespace: Umbraco.Cms.Web.Common.Security
Assembly: Umbraco.Web.Common.dll
Syntax
public class MemberExternalLoginProvider
Constructors
View SourceMemberExternalLoginProvider(string, IOptionsMonitor<MemberExternalLoginProviderOptions>)
Declaration
public MemberExternalLoginProvider(string authenticationType, IOptionsMonitor<MemberExternalLoginProviderOptions> properties)
Parameters
| Type | Name | Description |
|---|---|---|
| string | authenticationType | |
| IOptionsMonitor<MemberExternalLoginProviderOptions> | properties |
Properties
View SourceAuthenticationType
The authentication "Scheme"
Declaration
public string AuthenticationType { get; }
Property Value
| Type | Description |
|---|---|
| string |
Options
Declaration
public MemberExternalLoginProviderOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| MemberExternalLoginProviderOptions |
Methods
View SourceEquals(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. |
Equals(MemberExternalLoginProvider?)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(MemberExternalLoginProvider? other)
Parameters
| Type | Name | Description |
|---|---|---|
| MemberExternalLoginProvider | other | An object to compare with this object. |
Returns
| Type | Description |
|---|---|
| bool | true if the current object is equal to the |
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | A hash code for the current object. |