Error

data class Error(val reason: String, val state: String? = null, val cause: Throwable) : 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? = null, cause: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard