You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new branch that will contain token revocation work
Add necessary classes / functions following spec and reference implementation. Ikbal is happy to answer any questions.
For networking layer (Make REST request, encode, decode), follow the existing pattern on your repo . Make sure to check
[REST API documentation|https://ably.com/docs/api/rest-api#revoke-tokens]
Write tests for the feature
The text was updated successfully, but these errors were encountered:
Please implement the token revocation as specified in the spec documentation as created [ably/docs#1426|https://github.com/ably/docs/pull/1426] and using this prototype as a referencehttps://github.com/ably/ably-cocoa/pull/1430 and issue in cocoa ably/ably-cocoa#1429
To dos:
[REST API documentation|https://ably.com/docs/api/rest-api#revoke-tokens]
The text was updated successfully, but these errors were encountered: