updateNickname

suspend fun updateNickname(credentialId: String, nickname: String?)

Updates the nickname of a credential.

Parameters

credentialId

The credential ID to update

nickname

The new nickname (null to clear)

Throws

if the credential does not exist

if the update fails

Example:

manager.updateNickname(credentialId = "abc123", nickname = "MacBook Pro Touch ID")