| Interface | Description |
|---|---|
| Auth.TokenCallback |
An interface implemented by a callback that provides either tokens,
or signed token requests, in response to a request with given token params.
|
| Class | Description |
|---|---|
| AblyRest |
AblyRest
The top-level class to be instanced for the Ably REST library.
|
| Auth |
Token-generation and authentication operations for the Ably API.
|
| Auth.AuthOptions |
Authentication options when instancing the Ably library
|
| Auth.TokenDetails |
A class providing details of a token and its associated metadata,
provided when the system successfully requests a token from the system.
|
| Auth.TokenParams |
A class providing parameters of a token request.
|
| Auth.TokenRequest |
A class providing parameters of a token request.
|
| Channel |
A class representing a Channel in the Ably REST API.
|
| Enum | Description |
|---|---|
| Auth.AuthMethod |
Authentication methods
|