Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/v2/databases/{database}/auth/callback/{provider}
{ "user": { "name": "User Name", "email": "user@example.com", "image": "https://example.com/user.png" } }
Handles the callback from an authentication provider.
The string (id or name, depending on the credentials)
the name of the provider (credentials, google, etc)
Successful callback
Show child attributes
Was this page helpful?