Interface FlowRequestEventHandler

All Known Implementing Classes:
FlowRequestEventHandlerImpl

public interface FlowRequestEventHandler
Handles events related to operations on OAuth 2.0 integration flows triggered via `OAuth 2.0` plugin.
Since:
v8.12
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleFlowRequestCompleted(com.atlassian.oauth2.client.api.lib.event.FlowRequestCompletedEvent event)
     
  • Method Details

    • handleFlowRequestCompleted

      void handleFlowRequestCompleted(com.atlassian.oauth2.client.api.lib.event.FlowRequestCompletedEvent event)