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 Summary

    Modifier and Type
    Method
    Description
    void
    display(IOAuthService service, String url)
    Requests display of the URL on the client side.
    void
    Disposes of the display of the URL on the client side.
  • Method Details

    • display

      void display(IOAuthService service, 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,