EndpointHID

@SerialName(value = "hid_credential_manager")
@Serializable
data class EndpointHID(val endpointId: String) : SeamSchema.Endpoint

HID credential manager.

Constructors

Link copied to clipboard
constructor(endpointId: String)

Properties

Link copied to clipboard
@SerialName(value = "endpoint_id")
val endpointId: String