Error

data class Error(val error: String, val errorDescription: String?) : OAuthCallback

Oauth2 error callback parameters

Constructors

Link copied to clipboard
constructor(error: String, errorDescription: String?)

Properties

Link copied to clipboard

the error code passed from the identity provider

Link copied to clipboard

optionally passed, human-readable description of the error code