benja

Results 3 comments of benja

okie dokie 1s

this is kinda weird package systems.kinau.fishingbot.auth; import lombok.Getter; import lombok.RequiredArgsConstructor; import lombok.Setter; import lombok.ToString; import java.security.PrivateKey; import java.security.PublicKey; import java.util.UUID; @RequiredArgsConstructor @ToString public class AuthData { **@Getter private final String...

no sorry this is the party of the code **@Getter private final String accessToken; @Getter private final String uuid; @Getter private final String username; @Getter @Setter private ProfileKeys profileKeys;**