Liking cljdoc? Tell your friends :D

happyapi.oauth2.auth

Helpers for getting an OAuth 2.0 token. See https://developers.google.com/identity/protocols/OAuth2WebServer

Helpers for getting an OAuth 2.0 token.
See https://developers.google.com/identity/protocols/OAuth2WebServer
raw docstring

happyapi.oauth2.capture-redirect

Reference for receiving a token in a redirect from the oauth provider. If you are making a web app, implement a route in your app that captures the code parameter. If you use this namespace, add ring as a dependency in your project.

Reference for receiving a token in a redirect from the oauth provider.
If you are making a web app, implement a route in your app that captures the code parameter.
If you use this namespace, add ring as a dependency in your project.
raw docstring

happyapi.oauth2.credentials

Reference for how to manage credentials. For a web app, you should implement something like this but use your database for credential storage. secret, scopes, fetch, save have default implementations that you can replace with init!

Reference for how to manage credentials.
For a web app, you should implement something like this but use your database for credential storage.
secret, scopes, fetch, save have default implementations that you can replace with init!
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close