removeCredential

suspend fun removeCredential(args: WebAuthn.RemoveCredentialParameter, mode: CommandMode = CommandMode.DEFAULT)

Removes a credential from the authenticator.


suspend fun removeCredential(authenticatorId: String, credentialId: String)

Removes a credential from the authenticator.

Parameters

authenticatorId

No description

credentialId

No description