UNPKG

async-xbox-live-api

Version:

Async library to enable you to interact with the xbox live api

13 lines (12 loc) 337 B
import Cache from 'async-disk-cache'; export declare const xlaCache: Cache; export declare enum CacheKeys { ACCESS_TOKEN = "access_token", TOKEN = "token", UHS = "uhs", NOT_AFTER = "notAfter", COOKIES = "cookies", AUTHORIZATION_HEADER = "authorizationHeader", URL_POST = "url_post", PPFT_RE = "ppft_re" }