瀏覽代碼

Merge branch 'GIDGoogleUser-restructure' into pin-GIDGoogleUserAddScopes

pinlu 3 年之前
父節點
當前提交
ef5f599e31
共有 1 個文件被更改,包括 4 次插入6 次删除
  1. 4 6
      Samples/ObjC/SignInSample/Source/AuthInspectorViewController.m

+ 4 - 6
Samples/ObjC/SignInSample/Source/AuthInspectorViewController.m

@@ -36,13 +36,12 @@ static CGFloat const kTableViewCellPadding = 22.f;
   self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
   if (self) {
     _keyPaths = @[
-      @"authentication.accessToken",
-      @"authentication.accessTokenExpirationDate",
-      @"authentication.refreshToken",
-      @"authentication.idToken",
+      @"accessToken.tokenString",
+      @"accessToken.expirationDate",
+      @"refreshToken.tokenString",
+      @"idToken.tokenString",
       @"grantedScopes",
       @"userID",
-      @"serverAuthCode",
       @"profile.email",
       @"profile.name",
     ];
@@ -140,4 +139,3 @@ static CGFloat const kTableViewCellPadding = 22.f;
 }
 
 @end
-