Authorizations that have been granted through OAuth
Authorizations that have been granted through OAuth
(create! db {:keys [identity-id client-id scope]})(delete! db {:keys [identity-id]})(exists? db {:keys [client-id identity-id scope]})Check if there is an authorization from the user for this client, with at least the requested scopes
Check if there is an authorization from the user for this client, with at least the requested scopes
(get-apps db {:keys [identity-id]})(remove-auth! db {:keys [id identity-id]})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 |