Functions handling OAuth2 authcode storage.
Functions handling OAuth2 authcode storage.
(create-authcode client user scope redirect-uri & [ttl])
Creates and returns a new auth-code.
Creates and returns a new auth-code.
(init-store type config)
Initializes authcode store according to given type and configuration.
Initializes authcode store according to given type and configuration.
(purge-authcodes)
Removes auth code from store.
Removes auth code from store.
(revoke-authcode authcode)
Revokes previously generated authcode.
Revokes previously generated authcode.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close