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)

How long until the access token expires in miliseconds.

refresh_token (String)

The token used to refresh the access token once expired.

created_timestamp(Number)

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)

Type of Client user.

smhw_token (String)

Same as access_token

Clone this wiki locally