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
@@ -27,14 +27,14 @@ Authentication with TJDropbox is pretty flexible. The simplest way to do it woul
27
27
28
28
Be sure to call `+tryHandleAuthenticationCallbackWithURL:` from your app delegate's `-application:openURL:options:` method for this to work. `TJDropboxAuthenticator` attempts auth using the following methods in order of preference.
29
29
30
-
1. The Dropbox app (bypassed if `bypassingNativeAuth` is `NO`)
30
+
1. The Dropbox app (bypassed if `bypassNativeAuth` is `YES` in `options`)
31
31
2.`ASWebAuthenticationSession` in iOS 12+.
32
32
3.`SFAuthenticationSession` in iOS 11+.
33
33
4. Auth in Safari.app
34
34
35
35
That being said, you can also authenticate manually using the utility methods TJDropbox provides. Advanced auth is detailed [here](Docs/advanced-auth.md).
36
36
37
-
Just as with migrating a v1 token to v2, TJDropbox doesn't store the credentials, that's up to you.
37
+
TJDropbox doesn't store the credentials, that's up to you.
0 commit comments