clearCredentials

suspend fun clearCredentials(args: WebAuthn.ClearCredentialsParameter, mode: CommandMode = CommandMode.DEFAULT)

Clears all the credentials from the specified device.


suspend fun clearCredentials(authenticatorId: String)

Clears all the credentials from the specified device.

Parameters

authenticatorId

No description