ReadDestinyInventoryAndVault constant

ApplicationScopes const ReadDestinyInventoryAndVault

ReadDestinyInventoryAndVault = 64 Read Destiny 1 Inventory and Vault contents. For Destiny 2, this scope is needed to read anything regarded as private. This is the only scope a Destiny 2 app needs for read operations against Destiny 2 data such as inventory, vault, currency, vendors, milestones, progression, etc.

Implementation

static const ApplicationScopes ReadDestinyInventoryAndVault = ApplicationScopes(64);