Package com.iizix.comm.oauth
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 SummaryModifier and TypeMethodDescription- void- display- (IOAuthService service, String url) Requests display of the URL on the client side.- void- dispose()Disposes of the display of the URL on the client side.
- Method Details- displayRequests display of the URL on the client side.- Parameters:
- service- The service used.
- url- The URL to display.
 
- disposevoid dispose()Disposes of the display of the URL on the client side. If already disposed of or removed by the user,