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

Create interface methods for GIDVerifyAccountDetail. #381

Closed brnnmrls closed 5 months ago

brnnmrls commented 5 months ago

Similar to GIDSignIn's interface, three methods are being added to GIDVerifyAccountDetail in order to start an interactive verify flow on iOS. Creating these methods also leads to creating the skeleton for GIDVerifiableAccountDetail and GIDVerifiedAccountDetailResult.