Liking cljdoc? Tell your friends :D

byu-ws.oauth2


api-user-dataclj

(api-user-data post-map)

Already having an auth code, obtain and decrypt the user data from a token request. Takes a map as: {:client-id <STR>, :client-secret <STR>, :redirect-uri <STR>, :authorization-code <STR>}

Already having an auth code, obtain and decrypt the user data from a token request. Takes a map as: 
{:client-id <STR>,
 :client-secret <STR>,
 :redirect-uri <STR>,
 :authorization-code <STR>}
sourceraw docstring

authkey-GET-urlclj

(authkey-GET-url client-id associated-url)
  1. (in browser) the following ultimately results in a redirect which will have the auth code
1. (in browser) the following ultimately results in a redirect which will have the auth code
sourceraw docstring

authorize-urlclj

source

get-access-tokenclj

(get-access-token & [{:keys [client-id client-secret]}])
source

get-jwt-bodyclj

(get-jwt-body returned-jwt)

A cheap extraction of a base-64 jwt body, without checking signatures.

A cheap extraction of a base-64 jwt body, without checking signatures.
sourceraw docstring

stage2-requestclj

(stage2-request &
                [{:keys [client-id client-secret authorization-code
                         redirect-uri]}])
source

token-requestclj

(token-request client-id client-secret)

Request an auth-token given the client secret credentials

Request an auth-token given the client secret credentials
sourceraw docstring

token-urlclj

source

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

× close