Facebook Class
The configuration settings of the Facebook provider.
Constructor
Facebook(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
enabled
|
|
|
registration
|
The configuration settings of the app registration for the Facebook provider. |
|
graph_api_version
|
The version of the Facebook api to be used while logging in. |
|
login
|
The configuration settings of the login flow. |
Attributes
enabled
false if the Facebook provider should not be enabled despite the set registration;
otherwise, true.
enabled: bool | None
graph_api_version
The version of the Facebook api to be used while logging in.
graph_api_version: str | None
login
The configuration settings of the login flow.
login: _models.LoginScopes | None
registration
The configuration settings of the app registration for the Facebook provider.
registration: _models.AppRegistration | None