LoginScopes Class
The configuration settings of the login flow, including the scopes that should be requested.
- Inheritance
-
azure.mgmt.web._serialization.ModelLoginScopes
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python