UNPKG

@bitblit/ratchet-common

Version:

Common tools for general use

10 lines (9 loc) 160 B
export interface JwtTokenBase { iss?: string; sub?: string; aud?: string; exp?: number; nbf?: number; iat?: number; jti?: string; }