ResumeException

class ResumeException(message: String, val errorId: String) : Exception

Thrown by resume when the authorization server returns an error.

Constructors

Link copied to clipboard
constructor(message: String, errorId: String)

Properties

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

the OAuth2 error code returned by the server.

Link copied to clipboard
open val message: String?