Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.5 KB

FetchIOTAVPResponseInput.md

File metadata and controls

18 lines (13 loc) · 1.5 KB

affinidi_tdk_iota_client.model.FetchIOTAVPResponseInput

Load the model package

import 'package:affinidi_tdk_iota_client/api.dart';

Properties

Name Type Description Notes
correlationId String A unique, randomly generated identifier that correlates the request and response in the data-sharing request flow.
transactionId String A unique, randomly generated identifier data-sharing request flow is initiated. This value is used with the response code to fetch the callback response data.
responseCode String A unique identifier to fetch the callback response data. Send this value together with the transactionId to successfully fetch the data.
configurationId String ID of the Affinidi Iota Framework configuration.

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