Liking cljdoc? Tell your friends :D

loudmoauth.core


add-providerclj

(add-provider provider-params)

Adds provider based on user provided provider-data map and initiates chain of function calls to retrieve an oauth token.

Adds provider based on user provided provider-data map and initiates chain
of function calls to retrieve an oauth token.
sourceraw docstring

delete-providerclj

(delete-provider provider)

Remove provider and token data.

Remove provider and token data.
sourceraw docstring

logout-providerclj

(logout-provider provider)

Removes token data from provider and changes state.

Removes token data from provider and changes state.
sourceraw docstring

oauth-tokenclj

(oauth-token provider)

Retrieve oauth token for use in authentication call. Returns nil if the authentication process hasn't started.

Retrieve oauth token for use in authentication call. Returns nil if the 
authentication process hasn't started.
sourceraw docstring

parse-paramsclj

(parse-params response)

Parse parameters in URL from the OAuth 2 server HTTP response.

Parse parameters in URL from the OAuth 2 server HTTP response.
sourceraw docstring

refresh-tokenclj

(refresh-token provider)

In case the token refresher doesn't work, call this function with provider keyword to update a specific provider, calling it without arguments tries to update all keys.

In case the token refresher doesn't work, call this function with provider keyword to update
a specific provider, calling it without arguments tries to update all keys.
sourceraw docstring

user-interactionclj

(user-interaction)

Returns user interaction url if present, nil if not.

Returns user interaction url if present, nil if not.
sourceraw docstring

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

× close