-
Notifications
You must be signed in to change notification settings - Fork 247
Use GTMAppAuth's new delegate protocol #299
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
528e534
Initial setup for GTMAA error handling
mdmathias 0600090
Set the authorizer on the fetcher
mdmathias e25d044
Add the error handling delegate on the authorization
mdmathias aea7ec0
Add some support for testing emm support
mdmathias 99b73d2
Do not expose method creating fetcher with an error as unneeded
mdmathias 193ea42
Add test for testing EMM error handling flow with GTMAppAuth
mdmathias 0eb2f1f
Add doc comments to GIDEMMSupport
mdmathias bd8325e
Fix GIDAuthStateMigrationTest
mdmathias 4e2ee95
Fix most of GIDSignInTests
mdmathias b9d9b8f
Fix GIDSignInTest
mdmathias 96c8c3b
Some cocoapods import fixes
mdmathias 55aeb46
Do not forward declare protocol conformance
mdmathias 614111f
Bump dependencies for AppAuth-iOS and GTMAppAuth
mdmathias c024c52
Update sample apps
mdmathias 4febcdb
Use frameworks with static linkage in Swift sample
mdmathias 52cef30
Remove use_libraries and use_static_frameworks flags from pod lib lint
mdmathias e113cdb
Add swift version
mdmathias a8aa402
Clean up imports
mdmathias d4df1fc
Fix typos and alignment issues from PR feedback
mdmathias c04dc0c
Set require app host to true in GoogleSignInSwiftSupport podspec
mdmathias 434ec5a
Update EMM support test to be more clear
mdmathias 61daac5
Remove unused init override in GIDAuthStateMigration
mdmathias 23bbea2
Add back init in GIDAuthStateMigration.m to remove warning
mdmathias 10677ae
Move extractAuthorizationWithTokenURL from GIDAuthStateMigration.h to…
mdmathias 74f01ee
Add typedef to NS_ENUM
mdmathias bbe1557
Fix version numbers for deps in podspec and package
mdmathias 26d8f57
Remove reference to fake fetcher error property
mdmathias 61a08bd
Remove GIDTestWorker
mdmathias a87b934
Rename authState to failingAuthState in EMM error handling test
mdmathias 38641b7
Update GIDEMMSupport to more clearly handle the updated error
mdmathias 1a1041d
Update GIDEMMSupport to use new update error delegate method
mdmathias b16fbb8
Remove duplicated constants
mdmathias cce884e
Use new EMM error handling delegate method name
mdmathias ca7f78f
Depend upon main GTMAppAuth branch
mdmathias 10b6b60
Update GIDEMMSupportTest to swizzle a key window and alert controller
mdmathias b940af4
Depend upon GTMAppAuth 4.0.0
mdmathias 2dab4df
Stub expected method on keychainStore in GIDSignInTest
mdmathias e862376
Rename authorization -> authSession
mdmathias File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
129 changes: 0 additions & 129 deletions
129
GoogleSignIn/Sources/GIDAppAuthFetcherAuthorizationWithEMMSupport.m
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.