Liking cljdoc? Tell your friends :D

copy-api.auth


access-token-responseclj

(access-token-response consumer request-token verifier)

Takes a consumer and request-token and returns a map with :oauth_token and :oauth_token_secret.

Takes a consumer and request-token and returns a map with
:oauth_token and :oauth_token_secret.
sourceraw docstring

authorization-urlclj

(authorization-url consumer request-token)

Takes a consumer and request-token and returns a URL to send the user to in order to authenticate.

Takes a consumer and request-token and returns a URL to send the
user to in order to authenticate.
sourceraw docstring

make-consumerclj

(make-consumer consumer-key consumer-secret)

Takes an API key and secret and returns a Copy OAuth consumer. The next step is to call request-token with the consumer returned here(optionally with a callback-url).

Takes an API key and secret and returns a Copy OAuth consumer. The
next step is to call request-token with the consumer returned
here(optionally with a callback-url).
sourceraw docstring

make-credentialsclj

(make-credentials consumer access-token-response method url body)
source

request-tokenclj

(request-token consumer callback-uri)

Takes a consumer and optionally a callback-uri and returns a request token that user will need to authorize.

Takes a consumer and optionally a callback-uri and returns a request
token that user will need to authorize.
sourceraw docstring

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

× close