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
/
PrfValuesDto
Prf
Values
Dto
@
Serializable
data
class
PrfValuesDto
(
val
first
:
String
,
val
second
:
String
?
=
null
)
Members
Constructors
Prf
Values
Dto
Link copied to clipboard
constructor
(
first
:
String
,
second
:
String
?
=
null
)
Properties
first
Link copied to clipboard
@
SerialName
(
value
=
"first"
)
val
first
:
String
second
Link copied to clipboard
@
SerialName
(
value
=
"second"
)
val
second
:
String
?