Skip to content

Commit

Permalink
#7 Add google signin response entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Jul 12, 2022
1 parent b09c34a commit c48b5ab
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.knowing.domain.base.entity.auth

data class FetchGoogleSignInResponseEntity(
val access_token: String,
val refresh_token: String,
val is_first_login: Boolean
)

0 comments on commit c48b5ab

Please sign in to comment.