Error

data class Error(val reason: String, val state: String?, val cause: Throwable? = null) : AuthnResponseResult(source)

Error in parsing the URL or content itself, before verifying the contents of the OpenId response

Constructors

Link copied to clipboard
constructor(reason: String, state: String?, cause: Throwable? = null)

Properties

Link copied to clipboard
val cause: Throwable? = null
Link copied to clipboard
Link copied to clipboard