AuthLoginPage

data class AuthLoginPage(val url: String, val payload: String? = null)(source)

Constructors

Link copied to clipboard
constructor(url: String, payload: String? = null)

Properties

Link copied to clipboard

State/control code to verify against the redirectUrl to make sure the request is valid. This parameter will be saved, and then used in AuthAPI::login.

Link copied to clipboard
val url: String

The website to open to authenticate