Package io.smooch.core
Interface AuthenticationCallback
-
public interface AuthenticationCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateToken(java.lang.String jwt)
Updates the JWT used to authenticate the user
-