Liking cljdoc? Tell your friends :D

cerber.stores.authcode

Functions handling OAuth2 authcode storage.

Functions handling OAuth2 authcode storage.
raw docstring

authcode-storeclj

source

create-authcodeclj

(create-authcode client user scope redirect-uri & [ttl])

Creates and returns a new auth-code.

Creates and returns a new auth-code.
sourceraw docstring

create-authcode-storecljmultimethod

source

find-authcodeclj

(find-authcode code)
source

init-storeclj

(init-store type config)

Initializes authcode store according to given type and configuration.

Initializes authcode store according to given type and configuration.
sourceraw docstring

purge-authcodesclj

(purge-authcodes)

Removes auth code from store.

Removes auth code from store.
sourceraw docstring

revoke-authcodeclj

(revoke-authcode authcode)

Revokes previously generated authcode.

Revokes previously generated authcode.
sourceraw docstring

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

× close