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