UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

5 lines 168 B
/** * Decodes a JWT payload without verifying signature or claims. */ export declare function decodeJWTPayload(jwt: string): any; //# sourceMappingURL=decode.d.ts.map