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
Map<String, String> defaultHeaders = newHashMap<>();
defaultHeaders.put("{HEADER-NAME}", "{HEADER-VALUE}");
DefaultClientnetClient = newDefaultClient(10, 10, defaultHeaders, false); // <-- This needs to take all the parameters unless we use the @JvmOverloads tagAuth0account = newAuth0("client id", "domain");
account.setNetworkingClient(netClient); // <-- need to use the getter/setter generation here unless we use the @JvmField tag in the source code
I'm assuming this probably isn't the only case where this is incorrect.
Reproduction
Look at the example documentation
Additional context
No response
Auth0.Android version
N/A
Android version(s)
N/A
The text was updated successfully, but these errors were encountered:
Checklist
Description
The example documentation for setting request headers is incorrect. The example code shows incorrect Java syntax.
should probably be
I'm assuming this probably isn't the only case where this is incorrect.
Reproduction
Look at the example documentation
Additional context
No response
Auth0.Android version
N/A
Android version(s)
N/A
The text was updated successfully, but these errors were encountered: