Package version:

The configuration settings of the Facebook provider.

interface Facebook {
    enabled?: boolean;
    graphApiVersion?: string;
    login?: LoginScopes;
    registration?: AppRegistration;
}

Properties

enabled?: boolean

false if the Facebook provider should not be enabled despite the set registration; otherwise, true.

graphApiVersion?: string

The version of the Facebook api to be used while logging in.

login?: LoginScopes

The configuration settings of the login flow.

registration?: AppRegistration

The configuration settings of the app registration for the Facebook provider.