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

Start the incremental authorization flow by creating `OIDAuthorizationRequest`. #406

Closed brnnmrls closed 1 month ago

brnnmrls commented 2 months ago

Once verifying that the client has passed in valid parameters, provided a valid presenting view controller, and defined proper callback schemes, then an instance of OIDAuthorizationRequest is made to start the incremental authorization flow. This is done similar to the interactive sign in flow. Testing will be done in a future PR once the response has been handled.