-
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.
- Loading branch information
Showing
95 changed files
with
2,346 additions
and
325 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
17 changes: 17 additions & 0 deletions
17
...art/credential_issuance_client/doc/IssuanceConfigDtoCredentialSupportedInner.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_credential_issuance_client.model.IssuanceConfigDtoCredentialSupportedInner | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_credential_issuance_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| -------------------- | ---------- | --------------------------------------------------------------------------------- | ----- | | ||
| **credentialTypeId** | **String** | It is a String that identifies a Credential that is being requested to be issued. | | ||
| **jsonSchemaUrl** | **String** | credential jsonLdContextUrl | | ||
| **jsonLdContextUrl** | **String** | credential jsonSchemaUrl | | ||
|
||
[[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
15 changes: 15 additions & 0 deletions
15
clients/dart/credential_issuance_client/doc/StartIssuanceInputDataInnerMetaData.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.StartIssuanceInputDataInnerMetaData | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_credential_issuance_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ------------------ | --------------------------- | --------------------------------------------- | ----- | | ||
| **expirationDate** | [**DateTime**](DateTime.md) | Date and time when the credential will expire | | ||
|
||
[[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.