-
- All Implemented Interfaces:
public interface IFoodUserServiceProvider
This interface defines the user data related methods that are requested for a proper running of the food service. Client is responsible to provide an implementation of this interface.
-
-
Method Summary
Modifier and Type Method Description abstract String
getUserToken()
This method should retrieve the user token. -
-
Method Detail
-
getUserToken
abstract String getUserToken()
This method should retrieve the user token.
-
-
-
-