InvalidGrant

Thrown when OAuth2 server responds with the "invalid_grant" error.

Constructors

Link copied to clipboard
constructor(message: String)

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?