OAuth1Builder.FlowBuilder |
OAuth1Builder.authorizationFlow(String requestTokenUri,
String accessTokenUri,
String authorizationUri) |
|
OAuth1Builder.FlowBuilder |
OAuth1Builder.FlowBuilder.callbackUri(String callbackUri) |
Set the callback URI to which the user (resource owner) should be redirected after he/she
grants access to this application.
|
OAuth1Builder.FlowBuilder |
OAuth1Builder.FlowBuilder.client(Client client) |
Set the client that should be used internally by the OAuth1AuthorizationFlow to make requests to
Authorization Server.
|
OAuth1Builder.FlowBuilder |
OAuth1Builder.FlowBuilder.enableLogging() |
Enable logging (headers and entities) of OAuth requests and responses.
|