Class GitHubServiceProvider
- java.lang.Object
-
- org.springframework.social.oauth2.AbstractOAuth2ServiceProvider<GitHub>
-
- org.springframework.social.github.connect.GitHubServiceProvider
-
- All Implemented Interfaces:
OAuth2ServiceProvider<GitHub>,ServiceProvider<GitHub>
public class GitHubServiceProvider extends AbstractOAuth2ServiceProvider<GitHub>
Github ServiceProvider implementation.- Author:
- Keith Donald
-
-
Constructor Summary
Constructors Constructor Description GitHubServiceProvider(String clientId, String clientSecret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitHubgetApi(String accessToken)-
Methods inherited from class org.springframework.social.oauth2.AbstractOAuth2ServiceProvider
getOAuthOperations
-
-
-
-
Method Detail
-
getApi
public GitHub getApi(String accessToken)
- Specified by:
getApiin interfaceOAuth2ServiceProvider<GitHub>- Specified by:
getApiin classAbstractOAuth2ServiceProvider<GitHub>
-
-