UNPKG

splitwise

Version:

A TypeScript SDK for the Splitwise API.

10 lines 365 B
/** * 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. */ export {}; //# sourceMappingURL=types.js.map