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
OAuth2Token
Response
data
class
OAuth2TokenResponse
(
val
tokenType
:
String
,
val
issuedTokenType
:
String
?
=
null
,
val
idToken
:
String
?
=
null
,
val
accessToken
:
String
?
,
val
refreshToken
:
String
?
=
null
,
val
expiresIn
:
Int
=
0
,
val
scope
:
String
?
=
null
)
Members
Constructors
OAuth2Token
Response
Link copied to clipboard
constructor
(
tokenType
:
String
,
issuedTokenType
:
String
?
=
null
,
idToken
:
String
?
=
null
,
accessToken
:
String
?
,
refreshToken
:
String
?
=
null
,
expiresIn
:
Int
=
0
,
scope
:
String
?
=
null
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
?
expires
In
Link copied to clipboard
val
expiresIn
:
Int
=
0
id
Token
Link copied to clipboard
val
idToken
:
String
?
=
null
issued
Token
Type
Link copied to clipboard
val
issuedTokenType
:
String
?
=
null
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
?
=
null
scope
Link copied to clipboard
val
scope
:
String
?
=
null
token
Type
Link copied to clipboard
val
tokenType
:
String