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

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

There is a newer version: 1.44.2
Show newest version
package com.slack.api.bolt.service.builtin.oauth;

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

/**
 *
 */
@FunctionalInterface
public interface OAuthExceptionHandler {

    Response handle(OAuthCallbackRequest request, Response response, Exception e);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy