-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ChannelAccessToken client doesn't have to require channel access token #597
ChannelAccessToken client doesn't have to require channel access token #597
Conversation
1615c59
to
2172d20
Compare
grant_type: grantType, | ||
code: code, | ||
redirectUri: redirectUri, | ||
codeVerifier: codeVerifier, | ||
clientId: clientId, | ||
clientSecret: clientSecret, | ||
redirect_uri: redirectUri, | ||
code_verifier: codeVerifier, | ||
client_id: clientId, | ||
client_secret: clientSecret, | ||
region: region, | ||
basicSearchId: basicSearchId, | ||
basic_search_id: basicSearchId, | ||
scope: scope, | ||
brandType: brandType, | ||
brand_type: brandType, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We discussed this internally, I'll submit change as other PR.
{% endfor %} | ||
}; | ||
// Remove properties with undefined or empty values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this change included in this commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me remove this~
No description provided.