vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.openid
/
TokenResponseParameters
/
TokenResponseParameters
Token
Response
Parameters
constructor
(
accessToken
:
String
,
refreshToken
:
String
?
=
null
,
tokenType
:
String
,
expires
:
Duration
?
=
null
,
scope
:
String
?
=
null
,
authorizationPending
:
Boolean
?
=
null
,
interval
:
Duration
?
=
null
,
authorizationDetails
:
Set
<
AuthorizationDetails
>
?
=
null
,
credentialId
:
String
?
=
null
)
(
source
)