Popup |
Specifies whether the login and consent screens will open in a popup window. - true: to use a popup window for login and consent.
- false: to redirect the current browser window to the authorization dialog. This is recommended to avoid cases where pop up is blocked.
|
response_type |
The grant type requested. Must be set as code to request an Authorization Code grant. |
Scope |
Must be set to 'payments::conduct_silentpay'. |
State |
An opaque value used by the client to maintain state between this request and the response. The Login with Amazon authorization service will include this value when redirecting the user back to the client. |