LoginScopes Class
The configuration settings of the login flow, including the scopes that should be requested.
Constructor
LoginScopes(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
scopes
|
A list of the scopes that should be requested while authenticating. |
Attributes
scopes
A list of the scopes that should be requested while authenticating.
scopes: list[str] | None