Overview
Properties
userEmail
Type: string | null
The user's email address.
This is null
if you are not authorized to read the email address,
i.e. you have never successfully requested the scope user:read:email
from the user.
userEmailIsVerified
Value: false | true | null
Whether the user's email address has been verified by Twitch.
This is null
if you are not authorized to read the email address,
i.e. you have never successfully requested the scope user:read:email
from the user.