clearDeviceToken

Clears the stored device token and refreshes the native Clerk state.

This is the supported way to mirror another Clerk SDK runtime clearing its device token after initialize has already run. The token is removed before forcing a fresh client/environment fetch, and that refresh intentionally omits the current in-memory client id header so a stale anonymous client cannot conflict with the cleared token state.

Return

A ClerkResult indicating whether the token clear and refresh succeeded.