We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Brief description
https://dev.twitch.tv/docs/api/reference/#get-users
says
To include the user’s verified email address in the response, you must use a user access token that includes the user:read:email scope.
OIDC https://dev.twitch.tv/docs/authentication/getting-tokens-oidc/#requesting-claims
does not mention that email will be missing if the email is not verified
Additional context or questions
https://discuss.dev.twitch.tv/t/email-field-is-missing-inside-id-token/45876
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Brief description
https://dev.twitch.tv/docs/api/reference/#get-users
says
OIDC https://dev.twitch.tv/docs/authentication/getting-tokens-oidc/#requesting-claims
does not mention that email will be missing if the email is not verified
Additional context or questions
https://discuss.dev.twitch.tv/t/email-field-is-missing-inside-id-token/45876
The text was updated successfully, but these errors were encountered: