WebAuthn Kotlin Multiplatform API
Toggle table of contents
0.4.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
WebAuthn Kotlin Multiplatform API
webauthn-json-kotlinx
/
dev.webauthn.serialization
/
AuthenticatorSelectionCriteriaDto
Authenticator
Selection
Criteria
Dto
@
Serializable
data
class
AuthenticatorSelectionCriteriaDto
(
val
authenticatorAttachment
:
String
?
=
null
,
val
requireResidentKey
:
Boolean
?
=
null
,
val
residentKey
:
String
?
=
null
,
val
userVerification
:
String
?
=
null
)
Members
Constructors
Authenticator
Selection
Criteria
Dto
Link copied to clipboard
constructor
(
authenticatorAttachment
:
String
?
=
null
,
requireResidentKey
:
Boolean
?
=
null
,
residentKey
:
String
?
=
null
,
userVerification
:
String
?
=
null
)
Properties
authenticator
Attachment
Link copied to clipboard
@
SerialName
(
value
=
"authenticatorAttachment"
)
val
authenticatorAttachment
:
String
?
require
Resident
Key
Link copied to clipboard
@
SerialName
(
value
=
"requireResidentKey"
)
val
requireResidentKey
:
Boolean
?
resident
Key
Link copied to clipboard
@
SerialName
(
value
=
"residentKey"
)
val
residentKey
:
String
?
user
Verification
Link copied to clipboard
@
SerialName
(
value
=
"userVerification"
)
val
userVerification
:
String
?