diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 18:13:26 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 18:13:26 -0500 |
commit | 2797cd52800b628c91de9c191f24f5513fe244ca (patch) | |
tree | 16125090a71812cab759eaa0bba9bde55c4b566a /sx-auth.el | |
parent | f97c84c2d4a0a8ef6e53333a0a5c528397ccaded (diff) | |
parent | dd9c2017cb3f0b145b39150562a0c4e59c244df1 (diff) |
Merge branch 'get-all' into tag-bot
Diffstat (limited to 'sx-auth.el')
-rw-r--r-- | sx-auth.el | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -80,7 +80,8 @@ will be (METHOD . t)") Keywords are of form (OBJECT TYPES) where TYPES is (FILTER FILTER FILTER).") -(defun sx-auth-authenticate () +;;;###autoload +(defun sx-authenticate () "Authenticate this application. Authentication is required to read your personal data (such as notifications) and to write with the API (asking and answering @@ -126,8 +127,6 @@ parsed and displayed prominently on the page)." (error "You must enter this code to use this client fully")) (sx-cache-set 'auth `((access_token . ,sx-auth-access-token))))) -(defalias 'sx-authenticate #'sx-auth-authenticate) - (defun sx-auth--method-p (method &optional submethod) "Check if METHOD is one that may require authentication. If it has `auth-required' SUBMETHODs, or no submethod, return t." |