> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CredentialMetadata

CredentialMetadata represents credentials-specific metadata inside the contract metadata.

## Properties

### credentialsEndpoint

> **credentialsEndpoint**: `string`

Endpoint to fetch the credentials.

#### Defined in

[verifiableCredentialsSDK/types/collection.ts:70](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/client/verifiable-credentials/src/verifiableCredentialsSDK/types/collection.ts#L70)

***

### encryption

> **encryption**: [`VerifiableCredentialEncryption`](./VerifiableCredentialEncryption)

Specifies the encryption type used for the credentials in the collection.

#### Defined in

[verifiableCredentialsSDK/types/collection.ts:65](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/client/verifiable-credentials/src/verifiableCredentialsSDK/types/collection.ts#L65)

***

### issuerDid

> **issuerDid**: `string`

The DID (Decentralized Identifier) of the issuer of the credentials for this collection.

#### Defined in

[verifiableCredentialsSDK/types/collection.ts:75](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/client/verifiable-credentials/src/verifiableCredentialsSDK/types/collection.ts#L75)

***

### type

> **type**: `string`\[]

Specifies the types of credentials in the collection.

#### Defined in

[verifiableCredentialsSDK/types/collection.ts:60](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/client/verifiable-credentials/src/verifiableCredentialsSDK/types/collection.ts#L60)
