I am looking for a way to identify a user who authenticates through OUATH2 with our application such that I can know they are a returning user if they reauthenticate and do not return a refresh token.
I do not need to identify the user in the sense that I gain any personal data on them, I just need to have a way to know if they have a refresh token in our system already. Our platform will be integrating with the google adwords API using the c# .net library, we will have profiles to seperate out multiple clients in the adwords api, though these profiles may also pull data from different adwords accounts depending on user configuration. My current issue is that multiple profiles may need to share a refresh token, but if a user authenticates using the same credentials on different profiles, the profiles have no way of identifying that this users token is already in our system because they are already seen as authenticated with the app. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1a6fa8c2-e52d-47e7-9451-0178f7bb210e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
