-
Notifications
You must be signed in to change notification settings - Fork 4
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
2a7b676
commit f43c354
Showing
154 changed files
with
6,861 additions
and
328 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
16 changes: 16 additions & 0 deletions
16
clients/dart/credential_issuance_client/doc/CisConfigurationWebhookSetting.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_credential_issuance_client.model.CisConfigurationWebhookSetting | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_credential_issuance_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ------------ | --------------------------------------------------------------------------------------- | --------------------------------------- | ------------------ | | ||
| **enabled** | **bool** | flag to enabled or disabled the webhook | [default to false] | | ||
| **endpoint** | [**CisConfigurationWebhookSettingEndpoint**](CisConfigurationWebhookSettingEndpoint.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) |
15 changes: 15 additions & 0 deletions
15
...s/dart/credential_issuance_client/doc/CisConfigurationWebhookSettingEndpoint.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_credential_issuance_client.model.CisConfigurationWebhookSettingEndpoint | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_credential_issuance_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ------- | ---------- | ---------------------------------------------------------------------------------------------------------------- | ---------- | | ||
| **url** | **String** | url endpoint where notification will be sent with issuanceId after user has claimed the VC related to issuanceId | [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/credential_issuance_client/doc/ClaimedCredentialListResponse.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_credential_issuance_client.model.ClaimedCredentialListResponse | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_credential_issuance_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| --------------- | ---------------------------------------------------------------------- | ------------------------------------------- | ---------- | | ||
| **credentials** | [**BuiltList<BuiltMap<String, JsonObject>>**](BuiltMap.md) | list of credentials | [optional] | | ||
| **next** | **String** | for pagination to fetch next set of records | [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/credential_issuance_client/doc/ClaimedCredentialResponse.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_credential_issuance_client.model.ClaimedCredentialResponse | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_credential_issuance_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| -------------- | ------------------------------------------------------- | ------------------ | ---------- | | ||
| **credential** | [**BuiltMap<String, JsonObject>**](JsonObject.md) | claimed credential | [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/credential_issuance_client/doc/CorsGetClaimedCredentialsOK.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_credential_issuance_client.model.CorsGetClaimedCredentialsOK | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_credential_issuance_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ------------------------------- | ---------- | ----------- | ---------- | | ||
| **corsGetClaimedCredentialsOk** | **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
...nts/dart/credential_issuance_client/doc/CorsGetIssuanceIdClaimedCredentialOK.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_credential_issuance_client.model.CorsGetIssuanceIdClaimedCredentialOK | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_credential_issuance_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---------------------------------------- | ---------- | ----------- | ---------- | | ||
| **corsGetIssuanceIdClaimedCredentialOk** | **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
Oops, something went wrong.