Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process authorization response and token fetch. #414

Merged

Conversation

brnnmrls
Copy link
Member

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.

…st strict mocks to less restrictive. Also, fix nullability warnings in GIDFakeMainBundle.
@brnnmrls brnnmrls requested a review from mdmathias May 20, 2024 18:35
@brnnmrls brnnmrls linked an issue May 20, 2024 that may be closed by this pull request
@brnnmrls brnnmrls requested a review from mdmathias May 21, 2024 20:39
@brnnmrls brnnmrls requested a review from mdmathias June 4, 2024 01:03
@brnnmrls brnnmrls requested a review from mdmathias June 5, 2024 15:03
@brnnmrls brnnmrls merged commit 95e7561 into briannamorales/vwg-flow Jun 5, 2024
9 of 10 checks passed
@brnnmrls brnnmrls deleted the briannamorales/processAuthorizationResponse branch June 5, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Process authorization response and token fetch.
2 participants