Liking cljdoc? Tell your friends :D

co.gaiwan.oak.domain.oauth-authorization

Authorizations that have been granted through OAuth

Authorizations that have been granted through OAuth
raw docstring

attributesclj


create!clj

(create! db {:keys [identity-id client-id scope]})

delete!clj

(delete! db {:keys [identity-id]})

exists?clj

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

get-appsclj

(get-apps db {:keys [identity-id]})

remove-auth!clj

(remove-auth! db {:keys [id identity-id]})

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