Liking cljdoc? Tell your friends :D

robinhood.clj.auth


authclj

(auth)
(auth username password)

loginclj

(login username password)

Returns a map with all the information Robinhood uses for authorization. You must pass this map into all calls which require authentication.

Returns a map with all the information Robinhood uses for authorization.
You must pass this map into all calls which require authentication.
raw docstring

logoutclj

(logout token)

Prevents further use of the given authorization be telling Robinhood to revoke the specified token.

Prevents further use of the given authorization be telling Robinhood to
revoke the specified token.
raw docstring

passwordclj

(password)

usernameclj

(username)

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

× close