UNPKG

snowflake-sdk

Version:
9 lines 309 B
"use strict"; const CacheCredentialTypes = { ID_TOKEN: 'ID_TOKEN', // default authenticator name MFA_TOKEN: 'MFA_TOKEN', OAUTH_ACCESS_TOKEN: 'OAUTH_ACCESS_TOKEN', OAUTH_REFRESH_TOKEN: 'OAUTH_REFRESH_TOKEN', }; module.exports = CacheCredentialTypes; //# sourceMappingURL=credential_types.js.map