@villedemontreal/jwt-validator
Version:
Module to validate JWT (JSON Web Tokens)
10 lines • 301 B
TypeScript
/**
* The possible values of the "userType", in a JWT.
* Note that an empty (or non existent) "userType"
* means it is the JWT of a regular citizen.
*/
export declare enum GluuUserType {
EMPLOYEE = "employee",
SERVICE_ACCOUNT = "serviceAccount"
}
//# sourceMappingURL=gluuUserType.d.ts.map