update Nickname
Updates the nickname of a credential.
Parameters
credential Id
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")Content copied to clipboard