InvalidRequest

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

RFC6750: The request is missing a required parameter, includes an unsupported parameter or parameter value, repeats the same parameter, uses more than one method for including an access token, or is otherwise malformed. The resource server SHOULD respond with the HTTP 400 (Bad Request) status code.

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