File tree Expand file tree Collapse file tree
GIDProfileDataFetcher/Implementations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818// The URL template for the URL to get user info.
1919static NSString *const kUserInfoURLTemplate = @" https://%@ /oauth2/v3/userinfo?access_token=%@ " ;
2020
21- // Maximum retry interval in seconds for the fetcher.
22- static const NSTimeInterval kFetcherMaxRetryInterval = 15.0 ;
23-
2421// Basic profile (Fat ID Token / userinfo endpoint) keys
2522static NSString *const kBasicProfileEmailKey = @" email" ;
2623static NSString *const kBasicProfilePictureKey = @" picture" ;
Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ - (void)addDecodeIdTokenCallback:(GIDAuthFlow *)authFlow {
825825
826826 [handlerAuthFlow wait ];
827827
828- [_profileDataFetcher
828+ [self -> _profileDataFetcher
829829 fetchProfileDataWithAuthState: (OIDAuthState *)authState
830830 completion: ^(GIDProfileData *_Nullable profileData,
831831 NSError *_Nullable error) {
You can’t perform that action at this time.
0 commit comments