vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
vck-openid
/
at.asitplus.wallet.lib.oidvci
/
TokenInfo
Token
Info
@
Serializable
data
class
TokenInfo
(
val
token
:
String
,
val
authorizationDetails
:
Set
<
AuthorizationDetails
>
?
=
null
,
val
scope
:
String
?
=
null
)
(
source
)
Internal data class for a token introspection result
Members
Constructors
Token
Info
Link copied to clipboard
constructor
(
token
:
String
,
authorizationDetails
:
Set
<
AuthorizationDetails
>
?
=
null
,
scope
:
String
?
=
null
)
Properties
authorization
Details
Link copied to clipboard
val
authorizationDetails
:
Set
<
AuthorizationDetails
>
?
scope
Link copied to clipboard
val
scope
:
String
?
token
Link copied to clipboard
val
token
:
String
valid
Credential
Identifiers
Link copied to clipboard
@
Transient
val
validCredentialIdentifiers
:
Collection
<
String
>