added post request to achieve login response with tokens
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.vaessl.app.dto;
|
||||
|
||||
import java.time.Instant;
|
||||
|
||||
public record ConnectionResponse(String token, String attachmentToken, Instant expiresAt) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user