Dela via


Facebook Class

The configuration settings of the Facebook provider.

Inheritance
azure.mgmt.web._serialization.Model
Facebook

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

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

registration

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

graph_api_version
str

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

login

The configuration settings of the login flow.

Variables

Name Description
enabled

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

registration

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

graph_api_version
str

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

login

The configuration settings of the login flow.