Uses of Interface
com.mastercard.developer.oauth2.http.HttpAdapter
Packages that use HttpAdapter
-
Uses of HttpAdapter in com.mastercard.developer.oauth2.core
Methods in com.mastercard.developer.oauth2.core with parameters of type HttpAdapterModifier and TypeMethodDescription<Request,Response>
ResponseOAuth2Handler.execute(Request request, HttpAdapter<Request, Response> adapter) Main entry point that coordinates the entire OAuth2 flow for each intercepted request.