Liking cljdoc? Tell your friends :D

oauth.github


*oauth-access-token-url*clj

source

*oauth-authorization-url*clj

source

oauth-access-tokenclj

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

Obtain the OAuth access token from Github.

Obtain the OAuth access token from Github.
sourceraw docstring

oauth-authorization-urlclj

(oauth-authorization-url client-id redirect-uri & options)

Returns Github's OAuth authorization url.

Returns Github's OAuth authorization url.
sourceraw docstring

oauth-authorizeclj

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

Sends the user to Github's authorization endpoint.

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

oauth-clientclj

(oauth-client access-token)

Returns a Github OAuth client.

Returns a Github OAuth client.
sourceraw docstring

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

× close