-
public interface SessionTokenRequester
-
-
Method Summary
-
-
Method Detail
-
onSuccess
abstract void onSuccess(String newToken)
Call this method after retrieving a new token.In case when app decides not to refresh the session for the user,they should call this with newToken as
null
.
-
onFail
abstract void onFail()
Call this method when failed to retrieve a new token.
-
-
-
-