aboutyou/dart_packages

AppleIDAuthorizationScopes needs openid

Closed this issue · 1 comments

Velek commented

There isn't an item in the AppleIDAuthorizationScopes enum for openid.

tp commented

There is no "OpenID" on the enum on Apple's side https://developer.apple.com/documentation/authenticationservices/asauthorization/scope

The cases just define what personal data you want to receive with the initial sign-up.

If I am misunderstanding, please provide details on what you want to achieve here (and preferably some documentation from Apple's end).