We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b171752 + f74eef7 commit 78608f5Copy full SHA for 78608f5
src/main/java/org/terning/terningserver/auth/dto/response/SignInResponse.java
@@ -1,10 +1,8 @@
1
package org.terning.terningserver.auth.dto.response;
2
3
-import com.fasterxml.jackson.annotation.JsonInclude;
4
import org.terning.terningserver.auth.dto.Token;
5
import org.terning.terningserver.user.domain.AuthType;
6
7
-@JsonInclude(JsonInclude.Include.NON_NULL)
8
public record SignInResponse(
9
String accessToken,
10
String refreshToken,
0 commit comments