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

Implement GIDVerifyAccountDetail interface methods to start interactive flow. #398

Conversation

brnnmrls
Copy link
Member

Implement GIDVerifyAccountDetail interface methods to start interactive flow by creating an instance of GIDSignInInternalOptions and calling a method to start the authorization flow passing in those options. Additionally, methods to generate a new configuration was moved from GIDSignIn to GIDConfiguration.

  1. Add new method, -[GIDVerifyAccountDetail verifyAccountDetailsInteractivelyWithOptions:], that will start the authorization flow.
  2. Implement GIDVerifyAccountDetail interface methods to generate a configuration from bundle.
  3. Create a GIDSignInInternalOptions instance and call -[GIDVerifyAccountDetail verifyAccountDetailsInteractivelyWithOptions:].

@brnnmrls brnnmrls self-assigned this Apr 18, 2024
@brnnmrls brnnmrls linked an issue Apr 18, 2024 that may be closed by this pull request
@brnnmrls brnnmrls requested a review from mdmathias April 18, 2024 17:04
@brnnmrls brnnmrls marked this pull request as ready for review April 18, 2024 17:05
@brnnmrls brnnmrls requested a review from mdmathias April 23, 2024 18:49
@brnnmrls brnnmrls merged commit e4f3425 into briannamorales/vwg-flow Apr 24, 2024
10 of 11 checks passed
@brnnmrls brnnmrls deleted the briannamorales/verifyAccountDetailsInteractivelyWithOptions branch April 24, 2024 21:28
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.

Implement GIDVerifyAccountDetail interface methods.
2 participants