Package io.ably.lib.rest
Interface Auth.TokenCallback
-
- Enclosing class:
- Auth
public static interface Auth.TokenCallbackAn interface implemented by a callback that provides either tokens, or signed token requests, in response to a request with given token params.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetTokenRequest(Auth.TokenParams params)
-
-
-
Method Detail
-
getTokenRequest
java.lang.Object getTokenRequest(Auth.TokenParams params) throws AblyException
- Throws:
AblyException
-
-