updateJWT static method
Updates the JWT token for the current client Useful when you need to update authentication after initialization
Implementation
static void updateJWT(String jwt) {
client.setJWT(jwt);
}
Updates the JWT token for the current client Useful when you need to update authentication after initialization
static void updateJWT(String jwt) {
client.setJWT(jwt);
}