Codex Auth Object Mapper

Paste 2 object cũ + object mới → xuất lại 2 object cũ, field nào được update sẽ highlight đỏ. Copy output là JSON sạch, không có highlight HTML.

1) Old object #1 — Auth file info

Object metadata/info cũ: account, account_type, id_token object, status, recent_requests...

2) Old object #2 — Auth file JSON

Object credential cũ: access_token, id_token, refresh_token, account_id, expired...

3) New object

Nhận cả schema camelCase: accessToken/expiresAt/providerSpecificData... hoặc snake_case.
Ready

Output #1 — Updated Auth file info

Highlight đỏ = field được update từ object mới.

      

Output #2 — Updated Auth file JSON

Highlight đỏ = field được update từ object mới.