PublicKeyCredentialDescriptorDto

@Serializable
data class PublicKeyCredentialDescriptorDto(val type: String, val id: String, val transports: List<String>? = null)

Constructors

Link copied to clipboard
constructor(type: String, id: String, transports: List<String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "id")
val id: String
Link copied to clipboard
@SerialName(value = "transports")
val transports: List<String>?
Link copied to clipboard
@SerialName(value = "type")
val type: String