All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wix.restaurants.authentication.WixRestaurantsAuthenticationClient Maven / Gradle / Ivy

There is a newer version: 1.12.0
Show newest version
package com.wix.restaurants.authentication;

import com.wix.restaurants.authentication.model.LoginResponse;
import com.wix.restaurants.authentication.model.User;

public interface WixRestaurantsAuthenticationClient {
    LoginResponse loginWithFacebook(String fbAccessToken);
    LoginResponse loginWithOpenrest(String username, String password);
    LoginResponse loginWithWixInstance(String instance);

    User authenticate(String accessToken);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy