LoginRoutes Class

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

Inheritance
azure.mgmt.web._serialization.Model
LoginRoutes

Constructor

LoginRoutes(*, logout_endpoint: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
logout_endpoint
str

The endpoint at which a logout request should be made.

Variables

Name Description
logout_endpoint
str

The endpoint at which a logout request should be made.