FacebookDefaults Class

Definition

Default values for the Facebook authentication handler.

public ref class FacebookDefaults abstract sealed
public static class FacebookDefaults
type FacebookDefaults = class
Public Class FacebookDefaults
Inheritance
FacebookDefaults

Fields

AuthenticationScheme

The default scheme for Facebook authentication. The value is Facebook.

AuthorizationEndpoint

The default endpoint used to perform Facebook authentication.

DisplayName

The default display name for Facebook authentication. Defaults to Facebook.

TokenEndpoint

The OAuth endpoint used to retrieve access tokens.

UserInformationEndpoint

The Facebook Graph API endpoint that is used to gather additional user information.

Applies to