Show / Hide Table of Contents

Class SocialProvider

Represents a social media authentication provider.

Inheritance
Object
ExternalProvider
SocialProvider
Inherited Members
ExternalProvider.DisplayName
ExternalProvider.AuthenticationScheme
ExternalProvider.LoginProvider
ExternalProvider.AllowedForAutoprovision
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class SocialProvider : ExternalProvider

Constructors

SocialProvider(String, String)

Initializes a new instance of SocialProvider.

Declaration
public SocialProvider(string displayName, string authenticationScheme)
Parameters
String displayName

The display name for the authentication.

String authenticationScheme

The name used to reference the authentication middelware instance.

Properties

SocialMediaButtonClass

Gets a css class name for a button.

Declaration
public virtual string SocialMediaButtonClass { get; }
Property Value
String

SocialMediaIconClass

Gets a css class name for an icon.

Declaration
public virtual string SocialMediaIconClass { get; }
Property Value
String

Back to top Generated by DocFX