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 builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |