java-sdk
java-sdk copied to clipboard
Missing 'static' in 'public JwtConfigBuilder JwtConfig.builder()'
In java-sdk-auth in JwtConfig.java builder() method is not static. Because of this and that all constructors are private, it is impossible to create JwtConfig with custom endpoint and/or ttl.
Hi! Thanks for your report. We will investigate this issue
Hi, sorry for the delay in processing. Is this issue still relevant?