Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
All authentication methods for the Medera JavaScript SDK
const auth = new MederaAuth({ clientId: process.env.MEDERA_CLIENT_ID!, clientSecret: process.env.MEDERA_CLIENT_SECRET!, audience: 'api.medera.info', });
const client = new MederaClient({ accessToken: 'eyJhbGciOi...', });
const client = new MederaClient({ accessToken: userSessionJwt, });