Interface ClientPayloadAuthenticate

Hierarchy

  • ClientPayloadAuthenticate

Properties

d op

Properties

d: string
op: "AUTHENTICATE"

The first payload the client is supposed to send. The data of this payload is expected to be a session token obtained from the __type route.


Example

{
"op": "AUTHENTICATE",
"d": "eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoyMzQxMDY1MjYxMDU3LCJzZXNzaW9uX2lkIjoyMzQxMDgyNDMxNDg5fQ.j-nMmVTLXplaC4opGdZH32DUSWt1yD9Tm9hgB9M6oi4" // You're not supposed to use this example token (eckd)
}