Liking cljdoc? Tell your friends :D

re-frame-auth.protocols


AuthenticationFlowcljprotocol

authenticateclj

(authenticate this request)

AuthStorecljprotocol

create-auth!clj

(create-auth! this auth)

create-refresh-token!clj

(create-refresh-token! this claims)

delete-auth!clj

(delete-auth! this auth)

find-authclj

(find-auth this auth)

refresh-token-revoked?clj

(refresh-token-revoked? this claims)

revoke-refresh-token!clj

(revoke-refresh-token! this claims)

RefreshFlowcljprotocol

refreshclj

(refresh this request)

TokenGeneratorcljprotocol

expiry-time-msclj

(expiry-time-ms this)

generateclj

(generate this data)

parseclj

(parse this token)
(parse this token opts)

UserStorecljprotocol

create-user!clj

(create-user! this user)

delete-user!clj

(delete-user! this user-id)

find-userclj

(find-user this user-id)

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

× close