Using your preferred method, once you have made a request, you need to receive the data back after successful auth.Documentation Index
Fetch the complete documentation index at: https://jamesauth.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Method 1: PostMessage (recommended)
If no redirect_url is provided, the authentication window will close and send data to your application via postMessage.Method 2: Redirect (beta)
If you provide a redirect_url in your service configuration, users will be redirected back to your application with authentication data as URL parameters. For example, you could redirect toexample.com/authsuccess.html?params and receive the data like this: