Search code examples
oauthuserid

oauth and userid


i am very confused, once i get the access token from google to access user contacts,

how do I associate that user with that token again in the future?

many thanks


Solution

  • i got confused between openid, oauth, and hybrid openid+oauth. what i really want is hybrid openid+oauth, where i have the openid as key and access token is linked to it.

    thanks anyway :)