Othent JS SDK config property
Last updated 7 months ago
Configuration object used by the current Othent instance.
Othent
config: OthentConfig;
OthentConfig
OthentConfig is quite similar to with some differences, as shown .
import { Othent } from "@othent/kms"; const othent = new Othent({ appInfo, throwErrors: false, ... }); console.log("Current config =", othent.config);
OthentOptions