data class RemoveCredentialRequest
Request object containing input parameters for the WebAuthnDomain.removeCredential command.
<init> |
Request object containing input parameters for the WebAuthnDomain.removeCredential command. RemoveCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String) |
authenticatorId |
val authenticatorId: AuthenticatorId |
credentialId |
val credentialId: String |