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
472 stars 189 forks source link

Implement GIDVerifyAccountDetail interface methods. #383

Closed brnnmrls closed 2 months ago

brnnmrls commented 5 months ago

This new class, GIDVerifyAccountDetail, is used to verify a user's Google account details. Three methods were added to this class and need to be implemented. They represent the start of an interactive verification flow where the completion will be called at the end of the process.

Methods to be implemented:

  1. -[GIDVerifyAccountDetail verifyAccountDetails:presentingViewController:completion:]
  2. -[GIDVerifyAccountDetail verifyAccountDetails:presentingViewController:hint:completion:]