LoginRoutesResponse

data class LoginRoutesResponse(val logoutEndpoint: String? = null)

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

Constructors

Link copied to clipboard
fun LoginRoutesResponse(logoutEndpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logoutEndpoint: String? = null

The endpoint at which a logout request should be made.