light-mode-image
Learn
Functions

destroy

Destroy the SDK instance.

Deletes the trusted issuer certificates and cached revocation status lists this instance holds. The SDK must be deinitialized first.

Signature

function destroy(): Promise<Result<void, DestroyError>>

Returns

Promise<Result<void, DestroyError>>

A Result containing void on success, or a DestroyError on failure.

How would you rate this page?

On this page