We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5622913 commit c8f6f4aCopy full SHA for c8f6f4a
src/main/java/org/terning/terningserver/auth/dto/Token.java
@@ -0,0 +1,4 @@
1
+package org.terning.terningserver.auth.dto;
2
+
3
+public record Token(String accessToken, String refreshToken) {
4
+}
0 commit comments