Package com.morpheusdata.core.util
Class HttpApiClient.RequestOptions.OauthOptions
java.lang.Object
com.morpheusdata.core.util.HttpApiClient.RequestOptions.OauthOptions
- Enclosing class:
- HttpApiClient.RequestOptions
Oauth options for signing the request.
-
Field Summary
Modifier and TypeFieldDescriptionOauth TokenOauth Token SecretOauth Consumer KeyOauth Consumer SecretOauth Version -
Constructor Summary
-
Method Summary
-
Field Details
-
version
Oauth Version -
consumerKey
Oauth Consumer Key -
consumerSecret
Oauth Consumer Secret -
apiKey
Oauth Token -
apiSecret
Oauth Token Secret
-
-
Constructor Details
-
OauthOptions
public OauthOptions()
-