SetCredentialPropertiesParameter

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

Constructors

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

Properties

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