kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
WebAuthn
/
SetCredentialPropertiesParameter
Set
Credential
Properties
Parameter
@
Serializable
data
class
SetCredentialPropertiesParameter
(
val
authenticatorId
:
String
,
val
credentialId
:
String
,
val
backupEligibility
:
Boolean
?
=
null
,
val
backupState
:
Boolean
?
=
null
)
Members
Constructors
Set
Credential
Properties
Parameter
Link copied to clipboard
constructor
(
authenticatorId
:
String
,
credentialId
:
String
,
backupEligibility
:
Boolean
?
=
null
,
backupState
:
Boolean
?
=
null
)
Properties
authenticator
Id
Link copied to clipboard
val
authenticatorId
:
String
backup
Eligibility
Link copied to clipboard
val
backupEligibility
:
Boolean
?
=
null
backup
State
Link copied to clipboard
val
backupState
:
Boolean
?
=
null
credential
Id
Link copied to clipboard
val
credentialId
:
String