We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getRedirectUri()
The getRedirectUri() code sample is invalid. getService() is not defined, and neither is OAuth2.getService()
getService()
OAuth2.getService()
/** * Logs the redirect URI to register. */ function logRedirectUri() { var service = getService(); Logger.log(service.getRedirectUri()); }
The text was updated successfully, but these errors were encountered:
I had the same problem, I have done this instead to get the Uri :
function getUrl(){ Logger.log(OAuth2.getRedirectUri()); }
In the code, I found getService_()but I had the same issue.
getService_()
Sorry, something went wrong.
sqrrrl
No branches or pull requests
The
getRedirectUri()
code sample is invalid.getService()
is not defined, and neither isOAuth2.getService()
The text was updated successfully, but these errors were encountered: