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
Hi..sorry for my noob question...but, maybe for my bad english, I can't understand what is exactly auth-resp
just now my code is
(def google-oauth {:authorization-uri "https://accounts.google.com/o/oauth2/auth" :access-token "I-9qsYxxxxxxml_DtJj" :redirect-uri "http://127.0.0.1:8080/oauth2callback" :client_id "5401407xxxxxxxxcm5lnj71pjldkhs.apps.googleusercontent.com" :scope ["userinfo.email"]}) (def auth-req (oauth/make-auth-request google-oauth "??")) (def access-token (oauth/get-access-token google-oauth ?? auth-req))
hope you can help me..thanks!!!..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi..sorry for my noob question...but, maybe for my bad english, I can't understand what is exactly auth-resp
just now my code is
hope you can help me..thanks!!!..
The text was updated successfully, but these errors were encountered: