kikinlex
Toggle table of contents
9.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kikinlex
oauth
/
io.github.kikin81.atproto.oauth
/
OAuthSessionExpiredException
OAuth
Session
Expired
Exception
class
OAuthSessionExpiredException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Members
Constructors
OAuth
Session
Expired
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?