chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.webauthn / RemoveCredentialRequest

RemoveCredentialRequest

data class RemoveCredentialRequest

Request object containing input parameters for the WebAuthnDomain.removeCredential command.

Constructors

<init>

Request object containing input parameters for the WebAuthnDomain.removeCredential command.

RemoveCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)

Properties

authenticatorId

val authenticatorId: AuthenticatorId

credentialId

val credentialId: String