add project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package me.wypark.blogbackend.api.dto
|
||||
|
||||
data class TokenDto(
|
||||
val grantType: String = "Bearer",
|
||||
val accessToken: String,
|
||||
val refreshToken: String,
|
||||
val accessTokenExpiresIn: Long
|
||||
)
|
||||
Reference in New Issue
Block a user