Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.
Edward Smale edited this page Apr 6, 2020 · 4 revisions

Access

Represents authorisation information for the client.

Properties

.client (Client) The client that initiated the object

.access_token (String) The token used to make authorised requests.

.expires_in (Number)

The duration until the access token expires in miliseconds.

.refresh_token (String)

The token used to refresh the access token once expired.

.created_timestamp(Number)

The timestamp when the access token was created.

.user_id (Number)

The ID for the Client user.

.school_id (Number)

The ID for the Client user's school.

.user_type (String)

The type of Client user.

.smhw_token (String)

The token used to make authorised requests.

Clone this wiki locally