Liking cljdoc? Tell your friends :D

oauth.google


*oauth-access-token-url*clj

source

*oauth-authorization-defaults*clj

source

*oauth-authorization-url*clj

source

*oauth-scopes*clj

source

oauth-access-tokenclj

(oauth-access-token client-id client-secret code redirect-uri)

Obtain the OAuth access token from Google.

Obtain the OAuth access token from Google.
sourceraw docstring

oauth-authorization-urlclj

(oauth-authorization-url client-id redirect-uri & {:as options})

Returns Google's OAuth authorization url using the default options.

Returns Google's OAuth authorization url using the default options.
sourceraw docstring

oauth-authorizeclj

(oauth-authorize client-id redirect-uri & options)

Sends the user to Google's authorization endpoint.

Sends the user to Google's authorization endpoint.
sourceraw docstring

oauth-clientclj

(oauth-client access-token)

Returns a Google OAuth client.

Returns a Google OAuth client.
sourceraw docstring

scopesclj

(scopes & scopes)

Returns the Google OAuth scopes separated by a blank.

Returns the Google OAuth scopes separated by a blank.
sourceraw docstring

user-infoclj

(user-info client)

Returns the Google user info about the current user.

Returns the Google user info about the current user.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close