UnknownException

class UnknownException(details: String, val errorCode: String) : OAuth2Exception, CopyableThrowable<OAuth2Exception.UnknownException>

Thrown when an OAuth2 server responds with errorCode.

Parameters

errorCode

the OAuth2 server replied with

Constructors

Link copied to clipboard
constructor(details: String, errorCode: 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?

Functions

Link copied to clipboard