mock-oauth2-server
Toggle table of contents
3.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
mock-oauth2-server
mock-oauth2-server
/
no.nav.security.mock.oauth2.introspect
/
IntrospectResponse
/
IntrospectResponse
Introspect
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
:
List
<
String
>
?
=
null
,
iss
:
String
?
=
null
,
jti
:
String
?
=
null
)