PreAuthenticatedURLOptions

data class PreAuthenticatedURLOptions @JvmOverloads constructor(var webApplicationClientID: String, var webApplicationURI: String, var state: String?)

Constructors

Link copied to clipboard
constructor(webApplicationClientID: String, webApplicationURI: String, state: String?)

Properties

Link copied to clipboard

Any string that will be passed to redirectURI by the state query parameter.

Link copied to clipboard

The client ID of the web application.

Link copied to clipboard

The URI the browser should go to after successfully obtained a authenticated session.