Liking cljdoc? Tell your friends :D

burningswell.api.oauth.callback


access-token-requestcljmultimethod

Returns the request for provider to obtain an access token.

Returns the request for `provider` to obtain an access token.
raw docstring

callbackclj

(callback env request)

callback-namespaceclj


profile-requestcljmultimethod

Returns the clj-http request to fetch the profile from provider.

Returns the clj-http request to fetch the profile from `provider`.
raw docstring

request-access-token!clj

(request-access-token! env command provider request)

Request the OAuth access token for provider.

Request the OAuth access token for `provider`.
raw docstring

request-profile!clj

(request-profile! env command provider token)

Request the user from the OAuth provider using token.

Request the user from the OAuth `provider` using `token`.
raw docstring

save-user!clj

(save-user! {:keys [db]} provider user)

Save the user.

Save the `user`.
raw docstring

validate-params!cljmultimethod

Validate the callback parameters from the OAuth provider.

Validate the callback parameters from the OAuth provider.
raw docstring

validate-state!clj

(validate-state! env request)

Returns the state from request.

Returns the state from `request`.
raw docstring

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

× close