UnsupportedGrantType

Thrown when an OAuth2 server responds with the "unsupported_grant_type" error.

Parameters

grantType

that was passed to the server

Constructors

Link copied to clipboard
constructor(grantType: String)

Properties

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

OAuth2 server replied with

Link copied to clipboard
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard