Auth
import { Auth } from "@akord/akord-js";import { Auth } from "@akord/akord-js";
Auth.configure({ storage: window.sessionStorage }); // optionally - configure tokens storeimport { Auth } from "@akord/akord-js";
Auth.configure({ apiKey: "api_key" });import { Akord, Auth } from "@akord/akord-js";
Auth.configure({ authToken: "auth_token" });Last updated