Liking cljdoc? Tell your friends :D

cerber.stores.client


*client-store*clj

source

->mapclj

(->map result)
source

create-clientclj

(create-client info redirects grants scopes approved? & [id secret])

Creates new client

Creates new client
sourceraw docstring

create-client-storecljmultimethod

source

defined-clientsclj

source

disable-clientclj

(disable-client client)

Disables client. Returns true if client has been disabled successfully or false otherwise.

Disables client. Returns true if client has been disabled successfully or false otherwise.
sourceraw docstring

enable-clientclj

(enable-client client)

Enabled client. Returns true if client has been enabled successfully or false otherwise.

Enabled client. Returns true if client has been enabled successfully or false otherwise.
sourceraw docstring

find-clientclj

(find-client client-id)

Returns client with given id, if found or nil otherwise.

Returns client with given id, if found or nil otherwise.
sourceraw docstring

grant-allowed?clj

(grant-allowed? client grant)
source

init-clientsclj

(init-clients clients)

Initializes configured clients.

Initializes configured clients.
sourceraw docstring

purge-clientsclj

(purge-clients)
source

redirect-uri-valid?clj

(redirect-uri-valid? client redirect-uri)
source

revoke-clientclj

(revoke-client client)

Revokes previously generated client and all tokens generated to this client so far.

Revokes previously generated client and all tokens generated to this client so far.
sourceraw docstring

scopes-valid?clj

(scopes-valid? client scopes)

Checks whether given scopes are valid ones assigned to client.

Checks whether given scopes are valid ones assigned to client.
sourceraw docstring

validate-redirectsclj

(validate-redirects redirects)

Goes through all redirects and returns list of validation failures.

Goes through all redirects and returns list of validation failures.
sourceraw docstring

validate-uriclj

(validate-uri uri)

Returns java.net.URL instance of given uri or failure info in case of error.

Returns java.net.URL instance of given uri or failure info in case of error.
sourceraw docstring

with-client-storeclj/smacro

(with-client-store store & body)

Changes default binding to default client store.

Changes default binding to default client store.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close