clearAll

suspend fun clearAll()

Clears all credentials from storage.

This operation is irreversible. Use with caution.

Throws

if clearing fails

Example:

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