Hello I am doing Oauth with Google and I am requesting two scopes "email and https://mail.google.com/" to show oauth flow, I am using the following url
https://accounts.google.com/o/oauth2/v2/auth?scope=email%20https://mail.google.com/&access_type=offline&include_granted_scopes=true&response_type=code&state=state&redirect_uri=xxxxxx&client_id=XXXXXX
in this way it is shown like this:
How can I leave the gmail check selected? I need that by default all the checkbox are selected..
Thank you so much