@inventivetalent/xboxlive-auth
Version:
A light but advanced Xbox Live authentication module with OAuth2.0 and Electron support
12 lines (11 loc) • 450 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultXSTSRelyingParty = void 0;
exports.defaultXSTSRelyingParty = 'http://xboxlive.com';
exports.default = {
urls: {
userAuthenticate: 'https://user.auth.xboxlive.com/user/authenticate',
deviceAuthenticate: 'https://device.auth.xboxlive.com/device/authenticate',
XSTSAuthorize: 'https://xsts.auth.xboxlive.com/xsts/authorize'
}
};