Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 30037a6

Browse files
committed
Merge pull request #90 from ejensen/unused-property
Remove unused basicAuth property
2 parents 996a94f + 91336ea commit 30037a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

AFOAuth2Manager/AFOAuth2Manager.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ @interface AFOAuth2Manager ()
8585
@property (readwrite, nonatomic, copy) NSString *serviceProviderIdentifier;
8686
@property (readwrite, nonatomic, copy) NSString *clientID;
8787
@property (readwrite, nonatomic, copy) NSString *secret;
88-
@property (readonly, nonatomic) BOOL basicAuth;
8988
@end
9089

9190
@implementation AFOAuth2Manager

0 commit comments

Comments
 (0)