Codes that can be exchanged in an oauth flow
Codes that can be exchanged in an oauth flow
(create! db
{:keys [client-id identity-id scope code-challenge
code-challenge-method auth-time]})Create a new oauth-code, store the parameters, returns the code (string)
Create a new oauth-code, store the parameters, returns the code (string)
(delete! db {:keys [identity-id code client-uuid] :as opts})(find-one db {:keys [identity-id code client-uuid] :as opts})(where-sql {:keys [identity-id code client-uuid]})cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |