Ktor
Toggle table of contents
3.3.x
Select version
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Ktor
ktor-server-auth
/
io.ktor.server.auth
/
OAuth1aException
OAuth1a
Exception
jvm
sealed
class
OAuth1aException
:
Exception
(
source
)
An OAuth1a server error.
Report a problem
Inheritors
MissingTokenException
Members
Types
Missing
Token
Exception
Link copied to clipboard
jvm
class
MissingTokenException
:
OAuth1aException
Thrown when an OAuth1a server didn't provide access token.
Properties
cause
Link copied to clipboard
jvm
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
jvm
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
jvm
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
jvm
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
jvm
val
suppressed
:
Array
<
out
Throwable
?
>
?