All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.slack.api.bolt.service.builtin.oauth.OAuthV2AccessErrorHandler Maven / Gradle / Ivy

package com.slack.api.bolt.service.builtin.oauth;

import com.slack.api.bolt.request.builtin.OAuthCallbackRequest;
import com.slack.api.bolt.response.Response;
import com.slack.api.methods.response.oauth.OAuthV2AccessResponse;

/**
 * An error handler for errors with `oauth.v2.access` API calls.
 */
@FunctionalInterface
public interface OAuthV2AccessErrorHandler {

    Response handle(OAuthCallbackRequest request, Response response, OAuthV2AccessResponse apiResponse);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy