You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ If an account was added the `userInfo` dictionary of the notification will conta
122
122
123
123
#### On Failure
124
124
125
-
If the authentication did not succeed, a notification of type `NXOAuth2AccountStoreDidFailToRequestAccessNotification` containing an `NSError` will be send.
125
+
If the authentication did not succeed, a notification of type `NXOAuth2AccountStoreDidFailToRequestAccessNotification` containing an `NSError` will be sent.
This payload will be stored together with the accounts in the Keychain. Thus it shouldn't be to big.
160
+
This payload will be stored together with the accounts in the Keychain. Thus it shouldn't be too big.
161
161
162
162
### Invoking a Request
163
163
@@ -175,7 +175,7 @@ A request using the authentication for a service can be invoked via `NXOAuth2Req
175
175
176
176
#### Getting a signed NSURLRequest
177
177
178
-
In some circumstances you have to go the *good old way* and use an `NSURLConnection`. Maybe if you to download a large file. Therefore `NXOAuth2Request` gives you the possibility to get an `NSURLRequest` containing the additional information to authenticate that request.
178
+
In some circumstances you have to go the *good old way* and use an `NSURLConnection`. Maybe if you want to download a large file. Therefore `NXOAuth2Request` gives you the possibility to get an `NSURLRequest` containing the additional information to authenticate that request.
179
179
180
180
<pre>
181
181
NXOAuth2Request *theRequest = [[NXOAuth2Request alloc] initWithResource:[NSURL URLWithString:@"https://...your service URL..."]
0 commit comments