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

com.wadpam.oauth2.itest.ITestServiceProvider Maven / Gradle / Ivy

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

package com.wadpam.oauth2.itest;

import org.springframework.social.oauth2.AbstractOAuth2ServiceProvider;

/**
 *
 * @author sosandstrom
 */
public class ITestServiceProvider extends AbstractOAuth2ServiceProvider {

    public ITestServiceProvider() {
//        OAuth2Operations oauth2Operations;
        super(null);
    }


    @Override
    public ITest getApi(String accessToken) {
        return new ITestTemplate(accessToken);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy