<AppleLogin
clientId={${APPLE_CLIENT_ID}}
redirectURI={${APPLE_REDIRECT_URL}}
usePopup={true}
scope={${APPLE_SCOPES}}
responseType={"code"}
responseMode={"query"}
/>

in this u are mentioning user details will come only at the first time sign in but I am not getting those at initially also
<AppleLogin
clientId={
${APPLE_CLIENT_ID}}redirectURI={
${APPLE_REDIRECT_URL}}usePopup={true}
scope={
${APPLE_SCOPES}}responseType={"code"}
responseMode={"query"}
/>
in this u are mentioning user details will come only at the first time sign in but I am not getting those at initially also