Liking cljdoc? Tell your friends :D

oc.lib.oauth

Encode and decode data with Base64

Encode and decode data with Base64
raw docstring

decode-state-stringclj/s

(decode-state-string state-str)

Given a Base64 encoded string return the decoded data.

Given a Base64 encoded string return the decoded data.
raw docstring

encode-state-stringclj/s

(encode-state-string data)

Given a map of data return a string encoded with Base64.

Given a map of data return a string encoded with Base64.
raw docstring

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

× close