clearCredentialStore
clearCredentialStore():
Promise<void>
Defined in: src/auth.ts:111
Removes all credentials from the current store (persistent or in-memory) and resets it to a
fresh in-memory store. Combines the effect of signOut (clears runtime credentials) and
additionally discards any credentials persisted on the device. Call this when the user
explicitly logs out and you want to ensure no credentials are left on disk.
Note: this does not revoke OAuth tokens on the server — it only removes them locally.
Registered on the geometry module (not the main module) to stay within the Android JVM 64 KB method-size limit.
Returns
Section titled “Returns”Promise<void>