Uses of Interface
com.iizix.comm.oauth.IOAuthCallbackProvider
Packages that use IOAuthCallbackProvider Package Description com.iizix.server.gyro com.iizix.server.oauth Uses of IOAuthCallbackProvider in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return IOAuthCallbackProvider Modifier and Type Method Description IOAuthCallbackProvider
AppSessionGyro. requestOAuthCallbackDisplay(IOAuthService service)
Requests the OAuth (1.0a or 2.0) authentication callback provider to show an URL to the user in order to be accepted.Uses of IOAuthCallbackProvider in com.iizix.server.oauth
Constructors in com.iizix.server.oauth with parameters of type IOAuthCallbackProvider Constructor Description OAuthSession(IOAuthCallbackProvider callbackProvider)
Constructs a new authentication session with a callback provider.