Login with amazon #313
-
|
Hello. I am trying to get access for my clients. credentials = dict( Where I can get "aws_access_key" and "aws_secret_key" from client if amazon not send it to me after login, or it's mut be from iam (not received from user)? And why do we need "selling_partner_id"? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Same question |
Beta Was this translation helpful? Give feedback.
-
|
The only thing that changes in your credentials when requesting data for a client is the refresh token. The customer is authorizing your application to access data on their behalf. You can use the sell in partner id as you like, for example to keep track of users. But that's totally up to you. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. |
Beta Was this translation helpful? Give feedback.
The only thing that changes in your credentials when requesting data for a client is the refresh token. The customer is authorizing your application to access data on their behalf.
You can use the sell in partner id as you like, for example to keep track of users. But that's totally up to you.