clearAll

suspend fun clearAll()

Clears all credentials and the stored session from storage.

This operation is irreversible. Use with caution.

Throws

if clearing fails

Example:

// Clear all credentials and the session (e.g., on account deletion or reset)
manager.clearAll()