UNPKG

jsforce

Version:

Salesforce API Library for JavaScript

8 lines (7 loc) 259 B
/** * Checks if a given access token is a JWT. * * @param {string} accessToken - The access token to check * @returns {boolean} True if the token is a valid JWT token, false otherwise. */ export declare function isJWTToken(accessToken: string): boolean;