Tokens class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
Static Methods
applyMissingPartnerOffersWithoutClaim (HttpClient client , int partnerApplicationId , String targetBnetMembershipId )
→ Future <BooleanResponse >
Apply a partner offer to the targeted user. This endpoint does not claim a new offer, but any already claimed offers will be applied to the game if not already.
claimPartnerOffer (HttpClient client , PartnerOfferClaimRequest body )
→ Future <BooleanResponse >
Claim a partner offer as the authenticated user.
forceDropsRepair (HttpClient client )
→ Future <BooleanResponse >
Twitch Drops self-repair function - scans twitch for drops not marked as fulfilled and resyncs them.
getBungieRewardsForPlatformUser (HttpClient client , String membershipId , BungieMembershipType membershipType )
→ Future <DictionaryOfstringAndBungieRewardDisplayResponse >
Returns the bungie rewards for the targeted user when a platform membership Id and Type are used.
getBungieRewardsForUser (HttpClient client , String membershipId )
→ Future <DictionaryOfstringAndBungieRewardDisplayResponse >
Returns the bungie rewards for the targeted user.
getBungieRewardsList (HttpClient client )
→ Future <DictionaryOfstringAndBungieRewardDisplayResponse >
Returns a list of the current bungie rewards
getPartnerOfferSkuHistory (HttpClient client , int partnerApplicationId , String targetBnetMembershipId )
→ Future <CEListOfPartnerOfferSkuHistoryResponseResponse >
Returns the partner sku and offer history of the targeted user. Elevated permissions are required to see users that are not yourself.
getPartnerRewardHistory (HttpClient client , int partnerApplicationId , String targetBnetMembershipId )
→ Future <PartnerRewardHistoryResponseResponse >
Returns the partner rewards history of the targeted user, both partner offers and Twitch drops.