Share via


LoginScopes Class

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

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.

Default value: None

Variables

Name Description
scopes

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