getCredential
suspend fun getCredential(args: WebAuthn.GetCredentialParameter, mode: CommandMode = CommandMode.DEFAULT): WebAuthn.GetCredentialReturn
Returns a single credential stored in the given virtual authenticator that matches the credential ID.
suspend fun getCredential(authenticatorId: String, credentialId: String): WebAuthn.GetCredentialReturn
Returns a single credential stored in the given virtual authenticator that matches the credential ID.
Parameters
authenticatorId
No description
credentialId
No description