<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [CredentialId](./core.credentialid.md)

## CredentialId type

Branded alias type for credential identifier strings.

<b>Signature:</b>

```typescript
export declare type CredentialId = string & {
    brand?: "dp.core.Credential";
    encoding?: "guid";
};
```
