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 Summary
Modifier and TypeMethodDescriptionvoid
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.