passport-snapchat
Version:
Snapchat (OAuth 2.0) authorization strategy for Passport.
9 lines • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
SNAP_ACCOUNTS_AUTH_URL: 'https://accounts.snapchat.com/accounts/oauth2/auth',
SNAP_ACCOUNTS_TOKEN_URL: 'https://accounts.snapchat.com/accounts/oauth2/token',
SNAP_KIT_API_URL: 'https://kit.snapchat.com/v1',
OAUTH_SCOPE_URL_PREFIX: 'https://auth.snapchat.com/oauth2/api/',
};
//# sourceMappingURL=config.js.map