UNPKG

line-api-cli

Version:
8 lines 255 B
/** * @typedef IssuedTokenData * @property {string} access_token * @property {number} expires_in Amount of time in seconds until the access token expires * @property {'Bearer'} token_type */ "use strict"; //# sourceMappingURL=issued-token-data.js.map