api

http4k / org.http4k.security.oauth.server / OAuthError

OAuthError

abstract class OAuthError

Constructors

Name Summary
<init> OAuthError(rfcError: RfcError, description: String)

Properties

Name Summary
description val description: String
rfcError val rfcError: RfcError

Inheritors

Name Summary
AccessTokenError sealed class AccessTokenError : OAuthError
AuthorizationError sealed class AuthorizationError : OAuthError