Skip to content

Instantly share code, notes, and snippets.

View viroth-ty's full-sized avatar
⏲️

viroth viroth-ty

⏲️
  • Vattanac Bank Cambodia
  • Phnom Penh
  • 21:47 (UTC +07:00)
View GitHub Profile
@viroth-ty
viroth-ty / AuthInterceptor.kt
Last active January 24, 2022 15:23
Refresh token
package com.cg.pandago.vender.data.http
import com.cg.pandago.vender.BuildConfig
import com.cg.pandago.vender.PandaGoVendorApp
import com.cg.pandago.vender.data.local.SharedPreferenceHelper
import com.cg.pandago.vender.model.Authorize
import com.cg.pandago.vender.util.Constant
import com.google.gson.Gson
import com.google.gson.JsonObject
import kotlinx.coroutines.InternalCoroutinesApi