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
val account =Auth0.getInstance("{YOUR_CLIENT_ID}", "{YOUR_DOMAIN}")
3337
-
account.networkingClient = netClient
3338
-
```
3339
-
3340
-
Interceptors are invoked in the order they were added, after the built-in retry interceptor and before the logging interceptor.
3341
-
3342
3288
### Advanced configuration
3343
3289
3344
3290
For more advanced configuration of the networking client, you can provide a custom implementation of `NetworkingClient`. This may be useful when you wish to reuse your own networking client, configure a proxy, etc.
0 commit comments