UNPKG

splitwise

Version:

A TypeScript SDK for the Splitwise API.

11 lines 431 B
"use strict"; /** * Type definitions for Splitwise OAuth 2.0 flows. * * Splitwise supports two grants: * - Client Credentials: server-to-server, uses your app's client_id/secret. * - Authorization Code with PKCE: user-facing, redirects through Splitwise's * consent screen and returns an access token tied to that user. */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=types.js.map