Token

data class Token(val type: String, val value: String)

Data class for tokens to send to the HEALBE server.

Parameters

type

type of the token. It don't have to be unique.

value

token itself.

Constructors

Link copied to clipboard
fun Token(type: String, value: String)

Properties

Link copied to clipboard
Link copied to clipboard