Class OAuthCallbackRequest
java.lang.Object
com.slack.api.bolt.request.Request<OAuthCallbackContext>
com.slack.api.bolt.request.builtin.OAuthCallbackRequest
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthCallbackRequest(Map<String, List<String>> queryString, String requestBody, VerificationCodePayload payload, RequestHeaders headers) -
Method Summary
Methods inherited from class com.slack.api.bolt.request.Request
getClientIpAddress, isSocketMode, isValid, isValid, setClientIpAddress, setSocketMode, updateContext
-
Constructor Details
-
OAuthCallbackRequest
public OAuthCallbackRequest(Map<String, List<String>> queryString, String requestBody, VerificationCodePayload payload, RequestHeaders headers)
-
-
Method Details
-
getContext
Description copied from class:RequestThe context behind this request.- Specified by:
getContextin classRequest<OAuthCallbackContext>
-
getRequestType
- Specified by:
getRequestTypein classRequest<OAuthCallbackContext>
-
getQueryString
- Overrides:
getQueryStringin classRequest<OAuthCallbackContext>
-
getRequestBodyAsString
- Specified by:
getRequestBodyAsStringin classRequest<OAuthCallbackContext>
-
getHeaders
- Specified by:
getHeadersin classRequest<OAuthCallbackContext>
-
getPayload
-
getResponseUrl
- Specified by:
getResponseUrlin classRequest<OAuthCallbackContext>
-
toString
- Overrides:
toStringin classRequest<OAuthCallbackContext>
-