Interface SessionCreated

The response to a SessionCreate.


Example

{
"token": "",
"session": {
"indentifier": "yendri",
"password": "authentícame por favor",
"platform": "linux",
"client": "pilfer"
}
}

Hierarchy

  • SessionCreated

Properties

Properties

session: Session

The session object that was created.

token: string

The session's token. This can be used by the user to properly interface with the API.