@digitalpersona/core
Version:
DigitalPersona Web Access Core library
16 lines (10 loc) • 394 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [JSONWebToken](./core.jsonwebtoken.md)
## JSONWebToken type
Branded alias type for a string representing a JSON Web Token.
<b>Signature:</b>
```typescript
export declare type JSONWebToken = string & {
encoding?: "jwt";
};
```