data class AddCredentialRequest
Request object containing input parameters for the WebAuthnDomain.addCredential command.
<init> |
Request object containing input parameters for the WebAuthnDomain.addCredential command. AddCredentialRequest(authenticatorId: AuthenticatorId, credential: Credential) |
authenticatorId |
val authenticatorId: AuthenticatorId |
credential |
val credential: Credential |