Facebook Class
The configuration settings of the Facebook provider.
Constructor
Facebook(*, enabled: bool | None = None, registration: _models.AppRegistration | None = None, graph_api_version: str | None = None, login: _models.LoginScopes | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
enabled
|
Default value: None
|
|
registration
|
The configuration settings of the app registration for the Facebook provider. Default value: None
|
|
graph_api_version
|
The version of the Facebook api to be used while logging in. Default value: None
|
|
login
|
The configuration settings of the login flow. Default value: None
|
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. |