google / GoogleSignIn-iOS

Enables iOS and macOS apps to sign in with Google.
https://developers.google.com/identity/sign-in/ios
Apache License 2.0
478 stars 194 forks source link

Reimplement the components GIDProfileDataFetcher #323

Open henryhl22321 opened 1 year ago

henryhl22321 commented 1 year ago

GIDProfileDataFetcher extracts an GIDProfileData out of an OIDAuthState object. It either extracts an ID token out of the OIDAuthState object or fetches user profile data through GIDHTTPFetcher.