googleworkspace / apps-script-oauth2

An OAuth2 library for Google Apps Script.
https://developers.google.com/apps-script/
Apache License 2.0
1.56k stars 429 forks source link

Updated JSDoc syntax for better type suggestions In getRedirectUri Function #369

Closed sggolakiya closed 2 years ago

sggolakiya commented 2 years ago

Curranty Type For optScriptId in getRedirectUri function shows as Object.

Updated the JSDoc for getRedirectUri function which will helps user to get proper information of parameter optScriptId (Type of String but is optional)

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.