UNPKG

isa-auth-core

Version:
6 lines (5 loc) 329 B
export declare function configureJwtManager(secret: string): void; export declare function isValidToken(token: string): boolean; export declare function isExpiredToken(token: string): boolean; export declare function getTokenPayload(token: string): any; export declare function getTokenFromHeader(header: string): string | null;