InvalidToken

@Serializable
class InvalidToken(val description: String? = null, val cause: Throwable? = null) : OAuth2Exception, OAuthAuthorizationError(source)

RFC6750: The access token provided is expired, revoked, malformed, or invalid for other reasons. The resource SHOULD respond with the HTTP 401 (Unauthorized) status code. The client MAY request a new access token and retry the protected resource request.

Constructors

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

Properties

Link copied to clipboard
@Transient
open override val cause: Throwable? = null
Link copied to clipboard
@Transient
val description: String? = null
Link copied to clipboard
Link copied to clipboard
@Transient
val errorDescription: String? = null
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard