SetCredentialPropertiesRequest

@Serializable
data class SetCredentialPropertiesRequest(val authenticatorId: AuthenticatorId, val credentialId: String, val backupEligibility: Boolean? = null, val backupState: Boolean? = null)

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

Constructors

Link copied to clipboard
constructor(authenticatorId: AuthenticatorId, credentialId: String, backupEligibility: Boolean? = null, backupState: Boolean? = null)

Types

Link copied to clipboard
class Builder(val authenticatorId: AuthenticatorId, val credentialId: String)

A builder for SetCredentialPropertiesRequest, which allows setting the optional parameters of the WebAuthnDomain.setCredentialProperties command via a lambda.

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val backupState: Boolean? = null

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)