UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

23 lines (22 loc) 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BungieCredentialType = void 0; const BungieCredentialType = { None: 0, Xuid: 1, Psnid: 2, Wlid: 3, Fake: 4, Facebook: 5, Google: 8, Windows: 9, DemonId: 10, SteamId: 12, BattleNetId: 14, StadiaId: 16, TwitchId: 18, EgsId: 20 }; exports.BungieCredentialType = BungieCredentialType;