tickethead-sdk
Version:
SDK for the Tickethead API
13 lines • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CredentialType = void 0;
exports.CredentialType = {
Jwt: 'Jwt',
Guest: 'Guest',
Wallet: 'Wallet',
Service: 'Service',
Password: 'Password',
ApiKey: 'ApiKey',
Impersonate: 'Impersonate',
};
//# sourceMappingURL=credential.js.map