/** * Bungie.Net API * These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality. * * The version of the OpenAPI document: 2.18.0 * Contact: support@bungie.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The types of credentials the Accounts system supports. This is the external facing enum used in place of the internal-only Bungie.SharedDefinitions.CredentialType. */ export declare type BungieCredentialType = 0 | 1 | 2 | 3 | 4 | 5 | 8 | 9 | 10 | 12 | 14 | 16 | 18 | 20; export declare const BungieCredentialType: { NUMBER_0: BungieCredentialType; NUMBER_1: BungieCredentialType; NUMBER_2: BungieCredentialType; NUMBER_3: BungieCredentialType; NUMBER_4: BungieCredentialType; NUMBER_5: BungieCredentialType; NUMBER_8: BungieCredentialType; NUMBER_9: BungieCredentialType; NUMBER_10: BungieCredentialType; NUMBER_12: BungieCredentialType; NUMBER_14: BungieCredentialType; NUMBER_16: BungieCredentialType; NUMBER_18: BungieCredentialType; NUMBER_20: BungieCredentialType; };