apps-script-oauth2 icon indicating copy to clipboard operation
apps-script-oauth2 copied to clipboard

An OAuth2 library for Google Apps Script.

Results 64 apps-script-oauth2 issues
Sort by recently updated
recently updated
newest added

Hi , I am trying to use this oauth2 library for Google data studio: So my function is like : `function getAuthType() { var cc = DataStudioApp.createCommunityConnector(); return cc.newAuthTypeResponse() .setAuthType(cc.AuthType.OAUTH2)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://togithub.com/nodejs/node) | minor | `12.16.1` -> `12.22.12` | --- ### Release Notes nodejs/node...

This is referenced in some OAuth documentation including: * https://www.ibm.com/docs/en/api-connect/2018.x?topic=settings-configuring-timeouts-access-tokens-refresh-tokens This PR doesn't update the dist/* files. This is a proposal at this point and I'd be happy to add...

Connecting to non-Google Service from a Gmail add-on using [OAuth2](https://developers.google.com/apps-script/add-ons/how-tos/non-google-services). In the resource server part use Laravel Passport (here's an [example](https://www.youtube.com/watch?v=PTFPMAX_88s) of using Laravel Passport). Getting "The state token is...

wontfix

Hi, I want to pull data from pinterest API. Can you please provide a sample to connect to pinterest? Thank you

Hello, I have an issue with the usage of this library aiming at using a service account with a wide delegation on corporate email. I'd like to generate a token...

When a token response does not supply the current detected attributes for token expiration (`expires_in_sec`, `expires_in`, `expires`) the token is assumed to be valid.

Hello, I am using a service that has the following parameters : - token expiration 10 minutes - only possible to request a refresh token after 570 seconds So if...

`service.reset()` did not remove access tokens, but when I perform: `service.getStorage().setValue(null, null);` this removes the token. This was under the condition that a user property store was being used. I...