FacebookAuthenticationOptionsExtensions Class

Definition

Extension methods to configure Facebook OAuth authentication.

public static class FacebookAuthenticationOptionsExtensions
type FacebookAuthenticationOptionsExtensions = class
Public Module FacebookAuthenticationOptionsExtensions
Inheritance
FacebookAuthenticationOptionsExtensions

Methods

AddFacebook(AuthenticationBuilder)

Adds Facebook OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Facebook authentication allows application users to sign in with their Facebook account.

AddFacebook(AuthenticationBuilder, Action<FacebookOptions>)

Adds Facebook OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Facebook authentication allows application users to sign in with their Facebook account.

AddFacebook(AuthenticationBuilder, String, Action<FacebookOptions>)

Adds Facebook OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Facebook authentication allows application users to sign in with their Facebook account.

AddFacebook(AuthenticationBuilder, String, String, Action<FacebookOptions>)

Adds Facebook OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Facebook authentication allows application users to sign in with their Facebook account.

Applies to