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

org.springframework.social.vkontakte.security.VKontakteAuthenticationService Maven / Gradle / Ivy

package org.springframework.social.vkontakte.security;

import org.springframework.social.security.provider.OAuth2AuthenticationService;
import org.springframework.social.vkontakte.api.VKontakte;
import org.springframework.social.vkontakte.connect.VKontakteConnectionFactory;

public class VKontakteAuthenticationService extends OAuth2AuthenticationService {

	public VKontakteAuthenticationService(String apiKey, String appSecret) {
		super(new VKontakteConnectionFactory(apiKey, appSecret));
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy