OAuthConfigInput
Important
The Buy with Prime API is offered as a preview and might change as we receive feedback and iterate on the interfaces. We are sharing this early documentation to help you learn about the Buy with Prime API as we write and iterate on the content.
Overview
Input which specifies the OAuth Config detail.
Arguments
Argument | Description |
---|---|
authEndpoint (String required) | The auth endpoint. The size should be greater than or equal to 1 and less than or equal to 2048. |
clientParameters (ClientParameters required) | Client credentials for the auth endpoint. |
httpMethod (OauthHttpMethodInput) | The HTTP method used when hit the auth endpoint. (Optional) default being POST |
httpParameters (HttpParameters) | (optional) the Http parameters when hit the auth endpoint. |
Updated 21 days ago