LoginRoutes Class

The routes that specify the endpoints used for login and logout requests.

Constructor

LoginRoutes(*args: Any, **kwargs: Any)

Variables

Name Description
logout_endpoint
str

The endpoint at which a logout request should be made.

Attributes

logout_endpoint

The endpoint at which a logout request should be made.

logout_endpoint: str | None