GoogleSignIn-iOS
GoogleSignIn-iOS copied to clipboard
Enables iOS and macOS apps to sign in with Google.
1. Add the class `GIDFakeAuthorizationFlowProcessor` conforming to the protocol `GIDAuthorizationFlowProcessor` and use it to replace mock in GIDSignInTest. 2. Removed one test case `testNotHandleWrongScheme` because it is testing the AppAuth...
**Is your feature request related to a problem you're having? Please describe.** Yes. I have an application that supports multiple gmail accounts. I would like Google-SignIn to retain the login...
`GIDSignInInternalOptions`, depending upon whether or not we are on macOS or iOS, will need to be created with a nil `presentingWindow` or `presentingViewController`. The sign in with hint methods will...
Similar to Google Ads API with 2SV https://developers.google.com/google-ads/api/docs/oauth/2sv
**Describe the bug** I'm running into an odd bug where I can can successfully switch between multiple Google accounts (say from account 1 to account 2), but Gmail (or any...
**Describe the bug** I'm wondering how to enable ephemeral session using Google SignIn? Or how to correctly clear cookies in WKWebView after Google SignIn signOut() method? **To Reproduce** Steps to...
This implementation should call through to the new `[GIDSignIn.sharedInstance addScopes:scopes completion:completion]` (#285).
The main goal of this method will be to create an instance of `GIDSignInInternalOptions` with no presenting window or view controller. Something like: ``` GIDSignInInternalOptions *options = [GIDSignInInternalOptions defaultOptionsWithConfiguration:configuration #if...
Our unit tests should not need a host application to run. Removing the generated host app should bring our CocoaPod test spec more in line with our SPM test target.