• Destroys an instance of the SDK.

    This function deletes all credentials, trusted issuer certificates and device keys from storage for a given instance of the SDK.

    An error is thrown if this method is called when the SDK is already initialized.

    This API is idempotent, meaning calling it with an instance ID that has never been initialized will not result in an error.

    Returns Promise<void>

  • Destroys an instance of the SDK.

    This function deletes all credentials, trusted issuer certificates and device keys from storage for a given instance of the SDK.

    An error is thrown if this method is called when the SDK is already initialized.

    This API is idempotent, meaning calling it with an instance ID that has never been initialized will not result in an error.

    Parameters

    Returns Promise<void>

Generated using TypeDoc