Facebook Class
The configuration settings of the Facebook provider.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelFacebook
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
|
|
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. |
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. |
Azure SDK for Python