|
|
|
@ -61,7 +61,7 @@ public class API { |
|
|
|
|
|
|
|
|
|
|
|
private API() { |
|
|
|
private API() { |
|
|
|
this.auth = new Auth(); |
|
|
|
this.auth = new Auth(); |
|
|
|
this.lock = new ReentrantLock(); |
|
|
|
this.lock = new ReentrantLock(true); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setRefreshToken(String token) { |
|
|
|
public void setRefreshToken(String token) { |
|
|
|
|