Skip to content

Commit

Permalink
refactor: Rename TokenInfo to JwtToken (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
youjin09222 committed Nov 16, 2023
1 parent 88ea3e1 commit 7047b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@Data
@AllArgsConstructor
// 클라이언트에 토큰을 보내기 위한 DTO
public class TokenInfo {
public class JwtToken {
private String grantType;
private String accessToken;
private String refreshToken;
Expand Down

0 comments on commit 7047b07

Please sign in to comment.