Skip to content

Commit 81aa348

Browse files
committed
docs(auth): AuthInterceptor KDoc [UserApi] 참조를 [RefreshDataSource]로 수정
1 parent c3974a9 commit 81aa348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/src/main/kotlin/com/anddd/nevera/data/auth/AuthInterceptor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import javax.inject.Inject
2222
* 4. refresh API가 401을 반환하면 세션 만료로 간주하고 토큰을 삭제한 뒤 세션 만료 이벤트를 발행
2323
* 5. 그 외 갱신 실패는 예외를 그대로 전파 (apiCall이 변환)
2424
*
25-
* [UserApi]는 [AuthInterceptor]가 없는 전용 [okhttp3.OkHttpClient]를 사용한다.
25+
* [RefreshDataSource]는 [AuthInterceptor]가 없는 전용 [okhttp3.OkHttpClient]를 사용한다.
2626
* refresh 요청이 동일한 인터셉터를 통과하면 [refreshMutex]를 보유한 채 다시 mutex 획득을 시도하는
2727
* 데드락이 발생할 수 있기 때문이다.
2828
*

0 commit comments

Comments
 (0)