onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
ProofInputSchemaRequestDto
Proof
Input
Schema
Request
Dto
data
class
ProofInputSchemaRequestDto
(
var
credentialSchemaId
:
String
,
var
claimSchemas
:
List
<
CreateProofSchemaClaimRequestDto
>
)
Members
Constructors
Proof
Input
Schema
Request
Dto
Link copied to clipboard
constructor
(
credentialSchemaId
:
String
,
claimSchemas
:
List
<
CreateProofSchemaClaimRequestDto
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
claim
Schemas
Link copied to clipboard
var
claimSchemas
:
List
<
CreateProofSchemaClaimRequestDto
>
credential
Schema
Id
Link copied to clipboard
var
credentialSchemaId
:
String