Bharani, I'd like to throw in a "Me, too!" here. I'm using the .NET library. When using the provider OAuth2ProviderForApplications, the default value for IsOffline is "true" so that suggests that it's already set to offline. The examples in your link were not related to the .NET libraries, so I'm unsure if there's another way to validate this.
After using the RevokeRefreshToken() method, there are no errors and the application remains in the permissions list (https://myaccount.google.com/permissions) Is there an extra step required to get this to work properly? On Wednesday, January 2, 2019 at 3:31:45 PM UTC-5, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Pankaj, > > The RevokeRefreshToken revokes the refresh token if offline mode is used. > Can you make sure that you set the access_type to offline > <https://developers.google.com/identity/protocols/OAuth2WebServer#offline> so > that you can retrieve new access tokens or revoke without re-prompting the > user? > > Let me know if you have any further questions. > > Regards, > Bharani, AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/e9fa6bac-f931-4524-88df-5a82e90efe88%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
