Liking cljdoc? Tell your friends :D

metabase.setup


clear-token!clj

(clear-token!)

Clear the setup token if it exists and reset it to nil.

Clear the setup token if it exists and reset it to `nil`.
sourceraw docstring

create-token!clj

(create-token!)

Create and set a new setup token, if one has not already been created. Returns the newly created token.

Create and set a new setup token, if one has not already been created. Returns the newly created token.
sourceraw docstring

token-match?clj

(token-match? token)

Function for checking if the supplied string matches our setup token. Returns boolean true if supplied token matches the setup token, false otherwise.

Function for checking if the supplied string matches our setup token.
Returns boolean `true` if supplied token matches the setup token, `false` otherwise.
sourceraw docstring

token-valueclj

(token-value)

Return the value of the setup token, if any.

Return the value of the setup token, if any.
sourceraw docstring

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

× close