Move to new server
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package nl.connectedit.swiss.authentication;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class UserDto {
|
||||
|
||||
private String username;
|
||||
|
||||
private String token;
|
||||
|
||||
private String refreshToken;
|
||||
|
||||
private String ipAddress;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user