fun logout(callback: (error: Throwable?) -> Unit): Unit
현재 토큰을 강제로 만료시키고 로그아웃.
API 호출 결과와 관계 없이 AccessTokenRepo에 저장된 토큰을 자동으로 삭제함.