OpenUrlForAuthnRequest

data class OpenUrlForAuthnRequest(val url: String, val state: String)(source)

Open the url in a browser (so the user can authenticate at the AS), and store state to use in next call.

Constructors

Link copied to clipboard
constructor(url: String, state: String)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String