Hi Team,
Followed with documents[login-with-amazon](https://developer.amazon.com/zh/docs/login-with-amazon/web-docs.html ), when I want to get a auth code, I can request like:
```
https://www.amazon.com/ap/oa ?client_id=amzn1.application-oa2-client.xxxxxxxxxxxxxxxxxx &scope=profile &state=xxxxxxxxxxxxxxxxxxxx &response_type=code &redirect_uri=https://xxxxxxxxxxxxxxxxxxxxxxxx
```
then I specified the scope to `profile`.
What i want to know is how many scopes I can specify when I do an auth-request?
Best Regards,
Jimmy