/** * 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";