Uses of Interface
com.atlassian.oauth2.client.api.lib.flow.FlowRequest
Packages that use FlowRequest
-
Uses of FlowRequest in com.atlassian.oauth2.client.api.lib.flow
Methods in com.atlassian.oauth2.client.api.lib.flow that return FlowRequestModifier and TypeMethodDescriptionFlowRequestService.createFlowRequest(javax.servlet.http.HttpSession session, ClientConfiguration clientConfiguration, Function<String, String> clientRedirectUrl) Creates the flow requestFlowRequestService.createFlowRequest(javax.servlet.http.HttpSession session, String clientConfigId, String externalId, Function<String, String> clientRedirectUrl) Creates the flow request and persists the results for the given resource owner.