Skip to content

Commit

Permalink
feat : Token (model)
Browse files Browse the repository at this point in the history
  • Loading branch information
hangunhee39 committed Jan 18, 2024
1 parent ae61693 commit c20eddd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.droidblossom.archive.domain.model.auth

data class
Token(
data class Token(
val accessToken: String,
val expiresIn: String,
val refreshToken: String,
Expand Down

0 comments on commit c20eddd

Please sign in to comment.