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

com.clouway.oauth2.exampleapp.UserLoader Maven / Gradle / Ivy

The newest version!
package com.clouway.oauth2.exampleapp;

import com.clouway.oauth2.user.User;
import com.google.common.base.Optional;

/**
 * @author Mihail Lesikov ([email protected])
 */
public interface UserLoader {
  Optional load(String token);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy