So what I'm trying to do is sign into a Gmail account programmatically and not using 0Auth2 to sign into the user's account. What I'm trying to do is sign into the account I set and then display a link which is in that email's inbox. I've looked a lot and I can't seem to find a way to do this without showing anything or without using 0Auth2. I have installed Google's Gmail API into my Xcode project. Here are some of the places I have looked.
- https://developers.google.com/gmail/api/quickstart/ios
- https://developers.google.com/gmail/api/v1/reference/users
- Searching on stackoverflow questions
- other places