Uses of Class
com.iizix.server.oauth.OAuthSession
Packages that use OAuthSession
- Uses of OAuthSession in com.iizix.server.oauthFields in com.iizix.server.oauth declared as OAuthSessionModifier and TypeFieldDescription- protected final OAuthSessionAbstractOAuthService.- sessionThe session.Constructors in com.iizix.server.oauth with parameters of type OAuthSessionModifierConstructorDescription- protected- 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.servicesMethods in com.iizix.server.oauth.services with parameters of type OAuthSessionModifier and TypeMethodDescriptionIServiceCreator.- create- (OAuthSession session) Creates the service with the parameters.Constructors in com.iizix.server.oauth.services with parameters of type OAuthSessionModifierConstructorDescription- Facebook- (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.