vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
csc-data-classes
/
at.asitplus.csc.collection_entries
/
DocumentLocation
Document
Location
@
Serializable
data
class
DocumentLocation
(
val
uri
:
String
,
val
method
:
Method
)
(
source
)
Class used as part of at.asitplus.openid.qes.CscAuthorizationDetails
Members
Constructors
Document
Location
Link copied to clipboard
constructor
(
uri
:
String
,
method
:
Method
)
Properties
method
Link copied to clipboard
@
SerialName
(
value
=
"method"
)
val
method
:
Method
uri
Link copied to clipboard
@
SerialName
(
value
=
"uri"
)
val
uri
:
String