reset

fun reset()

Clears the active Clerk configuration and local runtime state.

This is a local SDK reset: it cancels in-process refresh work, clears the configured API client, drops the device token, clears session/user flows, and removes cached authentication state. It does not revoke the server-side session. Call Clerk.auth.signOut() first if the current session should also be ended on Clerk's servers.

After reset completes, call initialize again to configure a new publishable key or proxy URL.