Peter Andrews
|
20b21a1997
Report execution environment via `gidenv` (#113)
|
4 lat temu |
Peter Andrews
|
51b7edd277
Refactor `scopes` parameter (#116)
|
4 lat temu |
pinlu
|
61e8b8a874
Add macOS support including API changes, implementations and unit tests. (#104)
|
4 lat temu |
Anton
|
cdb55ef8fb
Add the option to choose additional scopes at sign-in (#30)
|
4 lat temu |
Peter Andrews
|
60ca2bfd21
Avoid implicit retention warning. (#81)
|
4 lat temu |
Peter Andrews
|
1594441e61
Disable EMM support for Mac Catalyst builds. (#77)
|
4 lat temu |
pinlu
|
74b7d7f4fc
Update the current user's scopes instead of create a new user when adding new scopes. (#68)
|
4 lat temu |
Peter Andrews
|
742ae380e9
Set include_granted_scopes=true in the auth request (#70)
|
4 lat temu |
Peter Andrews
|
bf4583510d
Whitespace cleanup. (#55)
|
4 lat temu |
Peter Andrews
|
3f4c51391b
Clean up KVO support. (#47)
|
4 lat temu |
pinlu
|
c90a734cbf
Modify the private method `restoredGoogleUserFromPreviousSignIn`. (#45)
|
4 lat temu |
Anton
|
e6d17e907b
Fix callback for nested `signIn` or `addScopes` (#29)
|
4 lat temu |
Peter Andrews
|
a9bc42a170
Address build warnings.
|
4 lat temu |
Xiangtian Dai
|
b5b55476a2
Fix indentation
|
4 lat temu |
Xiangtian Dai
|
1948b22f5c
Adds a flag to indicate the auth flow is restarting.
|
4 lat temu |
Peter Andrews
|
9cb60b969c
Nil _currentOptions at the end of a flow.
|
4 lat temu |
Peter Andrews
|
d773b819ff
Get tests working again.
|
4 lat temu |
Peter Andrews
|
f26e72c4d4
Call public callback blocks asynchronously on the main thread.
|
4 lat temu |
Peter Andrews
|
a698945eef
restoredGoogleUserFromPreviousSignIn is a private method.
|
4 lat temu |
Peter Andrews
|
51ccc95b78
Make all GIDSignInCallback params nullable.
|
4 lat temu |
Peter Andrews
|
0d7b81a7ad
Rename addCallbackCallback addCompletionCallback.
|
4 lat temu |
Peter Andrews
|
2ba99237a4
Implement -signInWithConfiguration:presentingViewController:hint:callback:
|
4 lat temu |
Peter Andrews
|
bf6dca94ff
Implement -addScopes:presentingViewController:callback:
|
4 lat temu |
Peter Andrews
|
8eac6fd908
Implement -signInWithConfiguration:presentingViewController:callback:
|
4 lat temu |
Peter Andrews
|
587bce1dcf
Use NS_ERROR_ENUM for better NSError bridging in Swift.
|
4 lat temu |
Peter Andrews
|
d959097146
Make disconnect callback nullable.
|
4 lat temu |
Peter Andrews
|
5359a955c9
Present sharedInstance as a class property.
|
4 lat temu |
Peter Andrews
|
3d31d016bc
Add GIDDisconnectCallback.
|
4 lat temu |
Peter Andrews
|
fc4fa834ac
Implement -restorePreviousSignInWithCallback:
|
4 lat temu |
Peter Andrews
|
e9f126f39f
Clean up -signOut.
|
4 lat temu |