Skip to content

Commit

Permalink
[System] TokenRepository, TokenApi 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
ajou4095 committed Feb 20, 2024
1 parent 897066b commit b00fe2d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ internal object KtorModule {
@DebugInterceptor debugInterceptor: Optional<Interceptor>,
tokenRepository: TokenRepository
): HttpClient {
// TODO : authApi 에서 Auth Http Client 를 빼거나, -> 그럼 Auth 쓰는애는 어디로?
// TODO : 직접 API 를 쏘거나? -> 그럼 가져오는 토큰은 어떻게 저장?
// Token 을 보관하고, API 를 쏘는 Repository 를 소집합으로 하나 만들어야 함.
val isDebug: Boolean =
(0 != context.applicationInfo.flags and ApplicationInfo.FLAG_DEBUGGABLE)

Expand Down

0 comments on commit b00fe2d

Please sign in to comment.