Closed seokjin8678 closed 6 months ago
{
"iss": "https://appleid.apple.com",
"aud": "xxx.Xxxxxx.XXXXXX",
"exp": 1715211914,
"iat": 1715125514,
"sub": "123456.1q2w3e4r5t6y7u8i9o0p.1234",
"c_hash": "6Dj90cLqP61Bs_KBs81V",
"email": "xxxxxx@xxxxx.com",
"email_verified": true,
"auth_time": 1715125514,
"nonce_supported": true,
"real_user_status": 2
}
✨ 세부 내용
iOS 앱을 출시하려면 Apple 소셜로그인 기능을 반드시 구현해야 하므로, Apple 소셜 로그인 기능을 위한 AppleOpenIdClient를 추가합니다.
⏰ 예상 소요 시간
2시간