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
455 stars 181 forks source link

Process authorization response and token fetch. #414

Closed brnnmrls closed 1 month ago

brnnmrls commented 2 months ago

Once an instance of OIDAuthorizationRequest is made to start the incremental authorization flow, next step is to process the response made from this request. This is done similar to the interactive sign in flow. VwG adds an instance method -[GIDVerifyAccountDetail processAuthorizationResponse:error:] checking for whether or not the authorization response has an authorization code. Testing will be done in a future PR once the response has been handled.