Liking cljdoc? Tell your friends :D

tentacles.oauth


authorizationsclj

(authorizations options)

List your authorizations.

List your authorizations.
sourceraw docstring

create-authclj

(create-auth options)

Create a new authorization.

Create a new authorization.
sourceraw docstring

delete-authclj

(delete-auth id & [options])

Delete an authorization.

Delete an authorization.
sourceraw docstring

specific-authclj

(specific-auth id & [options])

Get a specific authorization.

Get a specific authorization.
sourceraw docstring

valid-auth?clj

(valid-auth? client-id access-token & [options])

Returns auth data if authorization is still valid, false otherwise. OAuth applications can use this special API method for checking OAuth token validity without running afoul of normal rate limits for failed login attempts. Authentication works differently with this particular endpoint. You must use Basic Authentication when accessing it, where the username is the OAuth application client_id and the password is its client_secret.

Returns auth data if authorization is still valid, false otherwise.
OAuth applications can use this special API method for checking
OAuth token validity without running afoul of normal rate limits for
failed login attempts. Authentication works differently with this
particular endpoint. You must use Basic Authentication when
accessing it, where the username is the OAuth application client_id
and the password is its client_secret.
sourceraw docstring

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

× close