@affinidi-tdk/credential-issuance-client
Version:
Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE
25 lines (18 loc) • 1.29 kB
Markdown
# WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner
## Properties
| Name | Type | Description | Notes |
| -------------------- | ---------- | --------------------------------------------------------------------------------- | ---------------------- |
| **credentialTypeId** | **string** | It is a String that identifies a Credential that is being requested to be issued. | [default to undefined] |
| **jsonSchemaUrl** | **string** | credential jsonLdContextUrl | [default to undefined] |
| **jsonLdContextUrl** | **string** | credential jsonSchemaUrl | [default to undefined] |
## Example
```typescript
import { WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner } from '@affinidi-tdk/credential-issuance-client'
const instance: WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner =
{
credentialTypeId,
jsonSchemaUrl,
jsonLdContextUrl,
}
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)