addCredential

suspend fun addCredential(args: WebAuthn.AddCredentialParameter, mode: CommandMode = CommandMode.DEFAULT)

Adds the credential to the specified authenticator.


suspend fun addCredential(authenticatorId: String, credential: WebAuthn.Credential)

Adds the credential to the specified authenticator.

Parameters

authenticatorId

No description

credential

No description