| java.lang.Object | |
| ↳ | org.mule.modules.freshbooks.api.DefaultFreshBooksOAuthClient |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| consumerKey | |||||||||||
| consumerSecret | |||||||||||
| logger | |||||||||||
| objectStoreHelper | |||||||||||
| requestToken | |||||||||||
| requestTokenSecret | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves a request token using requestTokenId as identifier If the app doesn't provide a requestToken the method will generate an UUID and send it as a callback parameter
to the service.
| |||||||||||
Gets an access token using the request token stored in the ObjectStore instance.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.modules.freshbooks.api.FreshBooksOAuthClient
| |||||||||||
| consumerKey | |
|---|---|
| consumerSecret | |
| objectStoreRef |
Retrieves a request token using requestTokenId as identifier If the app doesn't provide a requestToken the method will generate an UUID and send it as a callback parameter to the service.
| requestTokenUrl | |
|---|---|
| accessTokenUrl | |
| authorizationUrl | |
| callbackUrl | |
| requestTokenId |
| OAuthCommunicationException | |
|---|---|
| OAuthExpectationFailedException | |
| OAuthMessageSignerException | |
| OAuthNotAuthorizedException | |
| ObjectStoreException |
Gets an access token using the request token stored in the ObjectStore instance. The requestTokenId is provided by the app.
| verifier | |
|---|---|
| requestTokenId |
| OAuthCommunicationException | |
|---|---|
| OAuthExpectationFailedException | |
| OAuthMessageSignerException | |
| OAuthNotAuthorizedException | |
| ObjectStoreException |
| consumerKey |
|---|
| consumerSecret |
|---|
| requestToken |
|---|
| requestTokenSecret |
|---|