Skip to main content
atoti.LoginConfig(
    *,
    allowed_redirect_urls: Set[str] | None = None,
)
The config related to the /login endpoint.

Attributes

allowed_redirect_urls

The allowed values of the redirectUrl query parameter. If None, all URLs are allowed.