AppleAuthentication.signOutAsync confusion

Hello guys.

I’m trying to add apple sign in to my (test) expo go app. I’m able to sign in and get name, email and user number

I’m stuck with AppleAuthentication.signOutAsync. when calling this method, I pass {user:the_user_number}, but it will ask to sign In, and after that, it returns credentials again and the state remains 1 (AUTHORIZED)

What does signOutAsync actually do? does it only have effect on real app ?

any help is greatly appreciated

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.