UNPKG

@digitalpersona/core

Version:
16 lines (10 loc) 394 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [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"; }; ```