Liking cljdoc? Tell your friends :D

keycloak.frontend


check-to-update-tokencljs

(check-to-update-token keycloak-obj
                       min-validity
                       callback-success
                       callback-error)

function that will check if a token refreshing is needed and do it consequently, then callback the function passing it the the refreshed access token

function that will check if a token refreshing is needed and do it consequently, then callback the function passing it the the refreshed access token
sourceraw docstring

init-and-authenticatecljs

(init-and-authenticate keycloak-config callback-success)

Init keycloak, if authentication succeed callback with 2 args keycloak object and user-info

Init keycloak, if authentication succeed callback with 2 args keycloak object and user-info
sourceraw docstring

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

× close