Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.13 KB

ConsentDto.md

File metadata and controls

23 lines (18 loc) · 2.13 KB

affinidi_tdk_iota_client.model.ConsentDto

Load the model package

import 'package:affinidi_tdk_iota_client/api.dart';

Properties

Name Type Description Notes
projectId String The ID of the project.
id String Unique identifier for the record.
userId String Unique identifier for the user.
vcType String Type of the VC shared by the user. It creates a consent record for each VC type shared except for the base type VerifiableCredential.
status String Status of the consent.
modifiedAt String
modifiedBy String
createdAt String
createdBy String

[Back to Model list] [Back to API list] [Back to README]