Class DefaultOAuthCallbackService
java.lang.Object
com.slack.api.bolt.service.builtin.DefaultOAuthCallbackService
- All Implemented Interfaces:
OAuthCallbackService
,Service
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultOAuthCallbackService
(AppConfig config, OAuthStateService stateService, OAuthSuccessHandler successHandler, OAuthV2SuccessHandler successV2Handler, OAuthErrorHandler errorHandler, OAuthStateErrorHandler stateErrorHandler, OAuthAccessErrorHandler accessErrorHandler, OAuthV2AccessErrorHandler accessV2ErrorHandler, OAuthExceptionHandler exceptionHandler) DefaultOAuthCallbackService
(AppConfig config, OAuthStateService stateService, OAuthSuccessHandler successHandler, OAuthV2SuccessHandler successV2Handler, OAuthErrorHandler errorHandler, OAuthStateErrorHandler stateErrorHandler, OAuthAccessErrorHandler accessErrorHandler, OAuthV2AccessErrorHandler accessV2ErrorHandler, OAuthExceptionHandler exceptionHandler, OpenIDConnectSuccessHandler openIDConnectSuccessHandler, OpenIDConnectErrorHandler openIDConnectErrorHandler) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.slack.api.bolt.service.Service
initializer
-
Constructor Details
-
DefaultOAuthCallbackService
public DefaultOAuthCallbackService(AppConfig config, OAuthStateService stateService, OAuthSuccessHandler successHandler, OAuthV2SuccessHandler successV2Handler, OAuthErrorHandler errorHandler, OAuthStateErrorHandler stateErrorHandler, OAuthAccessErrorHandler accessErrorHandler, OAuthV2AccessErrorHandler accessV2ErrorHandler, OAuthExceptionHandler exceptionHandler) -
DefaultOAuthCallbackService
public DefaultOAuthCallbackService(AppConfig config, OAuthStateService stateService, OAuthSuccessHandler successHandler, OAuthV2SuccessHandler successV2Handler, OAuthErrorHandler errorHandler, OAuthStateErrorHandler stateErrorHandler, OAuthAccessErrorHandler accessErrorHandler, OAuthV2AccessErrorHandler accessV2ErrorHandler, OAuthExceptionHandler exceptionHandler, OpenIDConnectSuccessHandler openIDConnectSuccessHandler, OpenIDConnectErrorHandler openIDConnectErrorHandler)
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceOAuthCallbackService
-