virgil-sdk
Version:
Virgil Security Services SDK
22 lines (21 loc) • 441 B
TypeScript
/**
* JWT Subject.
* @hidden
*/
export declare const SubjectPrefix = "identity-";
/**
* JWT Issuer.
* @hidden
*/
export declare const IssuerPrefix = "virgil-";
/**
* Content type of the token. Used to convey structural information
* about the JWT.
* @hidden
*/
export declare const VirgilContentType = "virgil-jwt;v=1";
/**
* Media type of the JWT.
* @hidden
*/
export declare const JwtContentType = "JWT";