toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-security-oauth
/
org.http4k.security.oauth.server
/
OAuthError
OAuth
Error
abstract
class
OAuthError
(
val
rfcError
:
RfcError
,
val
description
:
String
)
Inheritors
AccessTokenError
AuthorizationError
Members
Constructors
OAuth
Error
Link copied to clipboard
constructor
(
rfcError
:
RfcError
,
description
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
rfc
Error
Link copied to clipboard
val
rfcError
:
RfcError