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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Once you have configured your client you are ready to request access to one of t
105
105
// Open a web view or similar
106
106
}];
107
107
</pre>
108
-
Using an authorization URL handler gives you the ability to open the URL in an own web view or do some fancy stuff for authentication. Therefor you pass a block to the NXOAuth2AccountStore while requesting access.
108
+
Using an authorization URL handler gives you the ability to open the URL in an own web view or do some fancy stuff for authentication. Therefore you pass a block to the NXOAuth2AccountStore while requesting access.
109
109
110
110
#### On Success
111
111
@@ -175,7 +175,7 @@ An request using the authentication for a service can be invoked via `NXOAuth2Re
175
175
176
176
#### Getting a signed NSURLRequest
177
177
178
-
In some circumstances you have to go the *god old way* and use an `NSURLConnection`. Maybe if you to download a large file. Therefor`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 *god 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.
179
179
180
180
<pre>
181
181
NXOAuth2Request *theRequest = [[NXOAuth2Request alloc] initWithResource:[NSURL URLWithString:@"https://...your service URL..."]
0 commit comments