onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
DidRequestKeysBindingDto
Did
Request
Keys
Binding
Dto
data
class
DidRequestKeysBindingDto
(
var
authentication
:
List
<
String
>
,
var
assertionMethod
:
List
<
String
>
,
var
keyAgreement
:
List
<
String
>
,
var
capabilityInvocation
:
List
<
String
>
,
var
capabilityDelegation
:
List
<
String
>
)
Members
Constructors
Did
Request
Keys
Binding
Dto
Link copied to clipboard
constructor
(
authentication
:
List
<
String
>
,
assertionMethod
:
List
<
String
>
,
keyAgreement
:
List
<
String
>
,
capabilityInvocation
:
List
<
String
>
,
capabilityDelegation
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
assertion
Method
Link copied to clipboard
var
assertionMethod
:
List
<
String
>
authentication
Link copied to clipboard
var
authentication
:
List
<
String
>
capability
Delegation
Link copied to clipboard
var
capabilityDelegation
:
List
<
String
>
capability
Invocation
Link copied to clipboard
var
capabilityInvocation
:
List
<
String
>
key
Agreement
Link copied to clipboard
var
keyAgreement
:
List
<
String
>