UNPKG

nralcm

Version:

This is a framework based on NodeJs to manage rest api request lifecycle

11 lines (10 loc) 182 B
export interface TokenData { iat: number; exp: number; aud: string; sub: string; GivenName: string; SurName: string; Email: string; Role: string[]; }