Liking cljdoc? Tell your friends :D

co.gaiwan.oak.domain.oauth-code

Codes that can be exchanged in an oauth flow

Codes that can be exchanged in an oauth flow
raw docstring

attributesclj


create!clj

(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)
raw docstring

delete!clj

(delete! db {:keys [identity-id code client-uuid] :as opts})

find-oneclj

(find-one db {:keys [identity-id code client-uuid] :as opts})

where-sqlclj

(where-sql {:keys [identity-id code client-uuid]})

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close