Facebook Class

The configuration settings of the Facebook provider.

Inheritance
Facebook

Constructor

Facebook(*, enabled: Optional[bool] = None, registration: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.AppRegistration] = None, graph_api_version: Optional[str] = None, login: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.LoginScopes] = None, **kwargs)

Parameters

enabled
bool
Required

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

registration
AppRegistration
Required

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

graph_api_version
str
Required

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

login
LoginScopes
Required

The configuration settings of the login flow.