LoginScopes Class

The configuration settings of the login flow, including the scopes that should be requested.

Inheritance
azure.mgmt.web._serialization.Model
LoginScopes

Constructor

LoginScopes(*, scopes: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
scopes

A list of the scopes that should be requested while authenticating.

Variables

Name Description
scopes

A list of the scopes that should be requested while authenticating.