@wandelbots/nova-js
Version:
Official JS client for the Wandelbots API
7 lines • 365 B
TypeScript
/**
* Initializes Auth0 login process using redirect if necessary and retrieves an access token.
* Returns null when an access token should not be needed to authenticate (i.e. cookie auth
* when deployed on the instance domain)
*/
export declare const loginWithAuth0: (instanceUrl: string) => Promise<string | null>;
//# sourceMappingURL=LoginWithAuth0.d.ts.map