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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val backupState: Boolean? = null
Link copied to clipboard