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}")
3333
-
account.networkingClient = netClient
3334
-
```
3335
-
3336
-
Interceptors are invoked in the order they were added, after the built-in retry interceptor and before the logging interceptor.
3337
-
3338
3284
### Advanced configuration
3339
3285
3340
3286
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