Uses of Class
com.iizix.server.oauth.OAuthSession
Uses of OAuthSession in com.iizix.server.oauth
Modifier and TypeFieldDescriptionprotected final OAuthSession
AbstractOAuthService.session
The session.ModifierConstructorDescriptionprotected
AbstractOAuthService
(OAuthSession session, com.github.scribejava.core.oauth.OAuth10aService service) Constructs the service for OAuth 1.0a.protected
AbstractOAuthService
(OAuthSession session, com.github.scribejava.core.oauth.OAuth20Service service) Constructs the service for OAuth 2.0.Uses of OAuthSession in com.iizix.server.oauth.services
Modifier and TypeMethodDescriptionIServiceCreator.create
(OAuthSession session) Creates the service with the parameters.ModifierConstructorDescriptionFacebook
(OAuthSession session, String clientID, String clientSecret, String... scopes) Constructs the service.Google
(OAuthSession session, String clientID, String clientSecret, String... scopes) Constructs the service.LinkedIn
(OAuthSession session, String clientID, String clientSecret, String... scopes) Constructs the service.Microsoft
(OAuthSession session, String tenant, String clientID, String clientSecret, String... scopes) Constructs the service.Twitter
(OAuthSession session, String clientID, String clientSecret) Constructs the service.