Interface IOAuthCallbackProvider


  • public interface IOAuthCallbackProvider
    The OAuth (1.0a or 2.0) authentication callback provider to show an URL to the user in order to be accepted.
    Author:
    Christopher Mindus
    • Method Detail

      • display

        void display​(IOAuthService service,
                     java.lang.String url)
        Requests display of the URL on the client side.
        Parameters:
        service - The service used.
        url - The URL to display.
      • dispose

        void dispose()
        Disposes of the display of the URL on the client side. If already disposed of or removed by the user,