MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.web.router.auth.oauth
/
IntrospectionResponse
/
IntrospectionResponse
Introspection
Response
constructor
(
active
:
Boolean
,
scope
:
String
?
=
null
,
clientId
:
String
?
=
null
,
username
:
String
?
=
null
,
tokenType
:
String
?
=
null
,
exp
:
Long
?
=
null
,
iat
:
Long
?
=
null
,
nbf
:
Long
?
=
null
,
sub
:
String
?
=
null
,
aud
:
String
?
=
null
,
iss
:
String
?
=
null
,
jti
:
String
?
=
null
)