Liking cljdoc? Tell your friends :D

oauth.patreon


*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 Patreon.

Obtain the OAuth access token from Patreon.
sourceraw docstring

oauth-authorization-urlclj

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

Returns Patreon's OAuth authorization url.

Returns Patreon's OAuth authorization url.
sourceraw docstring

oauth-authorizeclj

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

Sends the user to Patreon's authorization endpoint.

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

oauth-clientclj

(oauth-client access-token)

Returns a Patreon OAuth client.

Returns a Patreon OAuth client.
sourceraw docstring

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

× close