@nangohq/frontend
import Nango from '@nangohq/frontend'; let nango = new Nango({ publicKey: '<PUBLIC-KEY>' });
Show child attributes
Hide options
http://localhost:3003
nango.auth
const result = await nango.auth('<INTEGRATION-ID>', '<CONNECTION-ID>').catch((error) => { ... });
true
nango.auth()
Hide credentials
Hide error
Was this page helpful?