-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Roman Brazhnyk <roman.b@affinidi.com>
- Loading branch information
1 parent
cf3bd52
commit f6461e0
Showing
101 changed files
with
5,060 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# affinidi_tdk_iota_client.model.CallbackResponseOK | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_iota_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| -------------------- | ------------------------------------------------------------------------------- | ---------------------------------------------------- | ---------- | | ||
| **message** | **String** | A message to vault that flow is updated successfully | | ||
| **redirectResponse** | [**CallbackResponseOKRedirectResponse**](CallbackResponseOKRedirectResponse.md) | | [optional] | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
16 changes: 16 additions & 0 deletions
16
clients/dart/iota_client/doc/CallbackResponseOKRedirectResponse.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# affinidi_tdk_iota_client.model.CallbackResponseOKRedirectResponse | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_iota_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---------------- | ---------- | ----------------------------------------------------------------- | ---------- | | ||
| **redirectUri** | **String** | the configured redirect url where vault will redirect | [optional] | | ||
| **responseCode** | **String** | Code which will be used to retrieve data along with transactionId | [optional] | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# affinidi_tdk_iota_client.model.CorsFetchIotaVpResponseOK | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_iota_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ----------------------------- | ---------- | ----------- | ---------- | | ||
| **corsFetchIotaVpResponseOk** | **String** | | [optional] | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
15 changes: 15 additions & 0 deletions
15
clients/dart/iota_client/doc/CorsInitiateDataSharingRequestOK.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# affinidi_tdk_iota_client.model.CorsInitiateDataSharingRequestOK | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_iota_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ------------------------------------ | ---------- | ----------- | ---------- | | ||
| **corsInitiateDataSharingRequestOk** | **String** | | [optional] | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# affinidi_tdk_iota_client.model.FetchIOTAVPResponseInput | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_iota_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ----------------- | ---------- | ------------------ | ----- | | ||
| **correlationId** | **String** | The correlation ID | | ||
| **transactionId** | **String** | The transaction ID | | ||
| **responseCode** | **String** | The response code. | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# affinidi_tdk_iota_client.model.FetchIOTAVPResponseOK | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_iota_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| -------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------ | ---------- | | ||
| **correlationId** | **String** | A correlationId used for the flow | [optional] | | ||
| **presentationSubmission** | **String** | A string that must be a valid JSON object. The structure of presentation submission should follow OID4VP standard. | [optional] | | ||
| **vpToken** | **String** | A string that must be a valid JSON object. Ensure to escape special characters properly.. | [optional] | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
19 changes: 19 additions & 0 deletions
19
clients/dart/iota_client/doc/InitiateDataSharingRequestInput.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# affinidi_tdk_iota_client.model.InitiateDataSharingRequestInput | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_iota_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ----------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ---------- | | ||
| **queryId** | **String** | | | ||
| **correlationId** | **String** | | | ||
| **tokenMaxAge** | **int** | token time to live in seconds | [optional] | | ||
| **nonce** | **String** | Random value used to prevent replay attacks | | ||
| **redirectUri** | **String** | the URL that the user will be redirected to after the request has been processed; should be provided by the developer of the client application. | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
15 changes: 15 additions & 0 deletions
15
clients/dart/iota_client/doc/InitiateDataSharingRequestOK.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# affinidi_tdk_iota_client.model.InitiateDataSharingRequestOK | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_iota_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| -------- | --------------------------------------------------------------------------- | ----------- | ---------- | | ||
| **data** | [**InitiateDataSharingRequestOKData**](InitiateDataSharingRequestOKData.md) | | [optional] | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
17 changes: 17 additions & 0 deletions
17
clients/dart/iota_client/doc/InitiateDataSharingRequestOKData.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# affinidi_tdk_iota_client.model.InitiateDataSharingRequestOKData | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_iota_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ----------------- | ---------- | ----------- | ----- | | ||
| **jwt** | **String** | | | ||
| **correlationId** | **String** | | | ||
| **transactionId** | **String** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
Oops, something went wrong.