RemoveCredentialRequest

@Serializable
data class RemoveCredentialRequest(val authenticatorId: AuthenticatorId, val credentialId: String)(source)

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

Constructors

Link copied to clipboard
constructor(authenticatorId: AuthenticatorId, credentialId: String)

Properties

Link copied to clipboard
Link copied to clipboard