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

com.wadpam.oauth2.service.ProviderFactory Maven / Gradle / Ivy

The newest version!
/*
 * INSERT COPYRIGHT HERE
 */

package com.wadpam.oauth2.service;

import org.springframework.social.connect.ConnectionFactory;

/**
 *
 * @author sosandstrom
 */
public interface ProviderFactory {

    boolean supports(String id);

    ConnectionFactory createFactory(String id, String clientId, String clientSecret, String baseUrl);

    String getUserId(String access_token);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy