| Interface | Description |
|---|---|
| AblyBase.Channels |
A collection of Channels associated with an Ably instance.
|
| Auth.AuthUpdateResult |
An interface providing update result for onAuthUpdated
|
| Auth.RenewAuthResult |
An interface providing completion callbackk for renewAuth
|
| 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 |
|---|---|
| AblyBase |
A client that offers a simple stateless API to interact directly with Ably's REST API.
|
| AblyRest |
A client that offers a simple stateless API to interact directly with Ably's REST API.
|
| Auth |
Token-generation and authentication operations for the Ably API.
|
| Auth.AuthOptions |
Passes authentication-specific properties in authentication requests to Ably.
|
| Auth.TokenDetails |
Contains an Ably Token and its associated metadata.
|
| Auth.TokenParams |
Defines the properties of an Ably Token.
|
| Auth.TokenRequest |
Contains the properties of a request for a token to Ably.
|
| Channel | |
| ChannelBase |
A class representing a Channel in the Ably REST API.
|
| DeviceDetails |
Contains the properties of a device registered for push notifications.
|
| DeviceDetails.Push |
Contains the details of the push registration of a device.
|
| Enum | Description |
|---|---|
| Auth.AuthMethod |
Authentication methods
|
| DeviceDetails.Push.State |