(authorizations options)
List your authorizations.
List your authorizations.
(create-auth options)
Create a new authorization.
Create a new authorization.
(delete-auth id & [options])
Delete an authorization.
Delete an authorization.
(specific-auth id & [options])
Get a specific authorization.
Get a specific authorization.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close