The token manager for the SDK.
Verifies a JWS token using the public key.
A promise that resolves to an object containing the result of the verification.
const result = await sdk.verifyJWSToken('jws-token');
The JWS token to verify.
Retrieves a client instance for a specific organization.
A new instance of BaseClient configured for the specified organization.
const client = sdk.getClientForOrg('org-id');
The unique identifier of the organization.
The BYoDS SDK.