UNPKG

supertokens-node

Version:
4 lines (3 loc) 119 B
export declare function verifyJWTAndGetPayload(jwt: string, jwtSigningPublicKey: string): { [key: string]: any; };