Skip to content

Commit

Permalink
#3 upd refresh token
Browse files Browse the repository at this point in the history
  • Loading branch information
nastix123 committed Jul 16, 2024
1 parent 5898b20 commit 1989af4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package by.eapp.musicroom.data
package by.eapp.musicroom.data.login

import by.eapp.musicroom.domain.repo.login.JwtTokenManager
import kotlinx.coroutines.CoroutineDispatcher
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package by.eapp.musicroom.data
package by.eapp.musicroom.data.login

import by.eapp.musicroom.domain.repo.login.JwtTokenManager
import kotlinx.coroutines.CoroutineDispatcher
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package by.eapp.musicroom.domain.model

data class RefreshToken(
val token: String,
)

0 comments on commit 1989af4

Please sign in to comment.