config
Othent JS SDK config property
API
config: OthentConfig;OthentConfig
OthentConfigExample usage
import { Othent } from "@othent/kms";
const othent = new Othent({ appInfo, throwErrors: false, ... });
console.log("Current config =", othent.config);Last updated