config

Othent JS SDK config property

Configuration object used by the current Othent instance.

API

config: OthentConfig;

OthentConfig

OthentConfig is quite similar to OthentOptions with some differences, as shown here.

Example usage

import { Othent } from "@othent/kms";

const othent = new Othent({ appInfo, throwErrors: false, ... });

console.log("Current config =", othent.config);

Last updated