From b98ea19b4b297be5a3d88ea7e1e6149f06219fa6 Mon Sep 17 00:00:00 2001 From: "terry.hug" Date: Fri, 21 Aug 2015 21:25:23 +0800 Subject: [PATCH] `AFHMACSHA1SignatureMethod` by default. an slip of pen --- AFOAuth1Client/AFOAuth1Client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFOAuth1Client/AFOAuth1Client.h b/AFOAuth1Client/AFOAuth1Client.h index 090226d..3321ec5 100644 --- a/AFOAuth1Client/AFOAuth1Client.h +++ b/AFOAuth1Client/AFOAuth1Client.h @@ -41,7 +41,7 @@ typedef NS_ENUM(NSUInteger, AFOAuthSignatureMethod) { ///----------------------------------- /** - The method used to create an OAuth signature. `AFPlainTextSignatureMethod` by default. + The method used to create an OAuth signature. `AFHMACSHA1SignatureMethod` by default. */ @property (nonatomic, assign) AFOAuthSignatureMethod signatureMethod;