Set Credential Properties Request
@Serializable
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
A builder for SetCredentialPropertiesRequest, which allows setting the optional parameters of the WebAuthnDomain.setCredentialProperties command via a lambda.