initial commit
This commit is contained in:
10
src/main/java/id/iptek/utms/auth/dto/AuthTokenResponse.java
Normal file
10
src/main/java/id/iptek/utms/auth/dto/AuthTokenResponse.java
Normal file
@ -0,0 +1,10 @@
|
||||
package id.iptek.utms.auth.dto;
|
||||
|
||||
public record AuthTokenResponse(
|
||||
String tokenType,
|
||||
String accessToken,
|
||||
String refreshToken,
|
||||
long expiresInSeconds
|
||||
) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user