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.http
/
OAuth2TokenResponse
/
OAuth2TokenResponse
OAuth2Token
Response
constructor
(
tokenType
:
String
,
issuedTokenType
:
String
?
=
null
,
idToken
:
String
?
=
null
,
accessToken
:
String
?
,
refreshToken
:
String
?
=
null
,
expiresIn
:
Int
=
0
,
scope
:
String
?
=
null
)