toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
openid-data-classes
/
at.asitplus.openid.dcql
/
DCQLExpectedClaimValue
DCQLExpected
Claim
Value
@
Serializable
(
with
=
DCQLExpectedClaimValueSerializer::class
)
sealed
interface
DCQLExpectedClaimValue
(
source
)
Inheritors
StringValue
IntegerValue
BooleanValue
Members
Types
Boolean
Value
Link copied to clipboard
@
JvmInline
value
class
BooleanValue
(
val
boolean
:
Boolean
)
:
DCQLExpectedClaimValue
Integer
Value
Link copied to clipboard
@
JvmInline
value
class
IntegerValue
(
val
long
:
Long
)
:
DCQLExpectedClaimValue
String
Value
Link copied to clipboard
@
JvmInline
value
class
StringValue
(
val
string
:
String
)
:
DCQLExpectedClaimValue