Adam ONeillOriginal post
Rank 1: Thread
Hi Hi,
I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember setting scopes for the google oauth.
Please help!
Plain text
try { final session = await account.createOAuth2Session(provider: provider); _currentUser = await account.get(); _status = AuthStatus.authenticated; return session; } finally { notifyListeners(); } }```Summary
Title: Apple OAuth Scopes
Message: Developer needs help finding Apple OAuth scopes to pass during sign-in. They've configured sign in with Apple but can't locate where to set scopes like they did for Google OAuth.
Solution: Apple OAuth scopes can be set in the `createOAuth2Session` method when creating the OAuthProvider.