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
/
PublicKeyCredentialParametersDto
Public
Key
Credential
Parameters
Dto
@
Serializable
data
class
PublicKeyCredentialParametersDto
(
val
type
:
String
,
val
alg
:
Int
)
Members
Constructors
Public
Key
Credential
Parameters
Dto
Link copied to clipboard
constructor
(
type
:
String
,
alg
:
Int
)
Properties
alg
Link copied to clipboard
@
SerialName
(
value
=
"alg"
)
val
alg
:
Int
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String