Javascript
import Morphik from 'morphik'; const client = new Morphik({ apiKey: 'My API Key', }); const response = await client.ee.connectors.handleOAuthCallback('connector_type'); console.log(response);
"<any>"
Handles the OAuth 2.0 callback from the authentication provider. Validates state, finalizes authentication, and stores credentials.
Successful Response
The response is of type any.
any
Was this page helpful?