RelatedOriginsDto

@Serializable
data class RelatedOriginsDto(val origins: List<String>)

DTO for the /.well-known/webauthn file used by the Related Origins extension.

Constructors

Link copied to clipboard
constructor(origins: List<String>)

Properties

Link copied to clipboard
@SerialName(value = "origins")
val origins: List<String>