Types

Link copied to clipboard
class AccessDenied(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
class CredentialRequestDenied(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
class InvalidClient(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
class InvalidCode(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
class InvalidDpopProof(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
class InvalidGrant(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
class InvalidNonce(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
class InvalidProof(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
class InvalidRequest(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
class InvalidScope(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
class InvalidToken(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
Link copied to clipboard
class UnsupportedCredentialType(message: String, cause: Throwable? = null) : OAuth2Exception
Link copied to clipboard
class UserCancelled(message: String, cause: Throwable? = null) : OAuth2Exception

Properties

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