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
/
RelatedOriginsDto
Related
Origins
Dto
@
Serializable
data
class
RelatedOriginsDto
(
val
origins
:
List
<
String
>
)
DTO for the /.well-known/webauthn file used by the Related Origins extension.
Members
Constructors
Related
Origins
Dto
Link copied to clipboard
constructor
(
origins
:
List
<
String
>
)
Properties
origins
Link copied to clipboard
@
SerialName
(
value
=
"origins"
)
val
origins
:
List
<
String
>