MissingAccessToken

Thrown when an OAuth2 server responds with a successful HTTP status and expected content type that was successfully decoded but the response doesn't contain a error code nor access token.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

OAuth2 server replied with

Link copied to clipboard
open val message: String?