diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-09-05 17:32:37 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-11-12 18:25:33 +0000 |
commit | 88702ebb315a10a12f9cd1f3f0ffdaacc79adfb0 (patch) | |
tree | e55e9d5c708929b92a1ee2e4e2473d0bba4e0ac8 /lib/curl_sasl.h | |
parent | d6d58dd5580f5737432cae1e65f2023dff2804b6 (diff) | |
download | curl-88702ebb315a10a12f9cd1f3f0ffdaacc79adfb0.tar.gz |
oauth2: Re-factored OAuth 2.0 state variable
Diffstat (limited to 'lib/curl_sasl.h')
-rw-r--r-- | lib/curl_sasl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h index a8e0e5cd9..b54d8f46b 100644 --- a/lib/curl_sasl.h +++ b/lib/curl_sasl.h @@ -90,7 +90,7 @@ typedef enum { SASL_GSSAPI, SASL_GSSAPI_TOKEN, SASL_GSSAPI_NO_DATA, - SASL_XOAUTH2, + SASL_OAUTH2, SASL_CANCEL, SASL_FINAL } saslstate; |