kikinlex
Toggle table of contents
5.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
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
?