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
oauth2.authConfig.authorizeContext=<# your UIViewController / NSWindow #>
67
67
```
68
68
69
+
Need to specify a separate refresh token URI? You can set the `refresh_uri` in the Settings Dictionary. If specified the library will refresh access tokens using the `refresh_uri` you specified, otherwise it will use the `token_uri`.
70
+
69
71
Need to debug? Use a `.debug` or even a `.trace` logger:
70
72
71
73
```swift
@@ -543,4 +545,3 @@ Since there is no `NOTICE` file there is nothing that you have to include in you
0 commit comments