Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
Квест.prog by EzzDogeWoW
Dictionary<string, object>: 
Dumping object(System.Collections.Generic.Dictionary`2[String,Object])
[
   [kind, identitytoolkit#GetAccountInfoResponse]
   ,
   [users, [
  {
    "localId": "asdfsdsfs",
    "email": "x.y@g.com",
    "passwordHash": "asdsdfsdfd",
    "emailVerified": false,
    "passwordUpdatedAt": 1985545511525,
    "providerUserInfo": [
      {
        "providerId": "password",
        "federatedId": "x.y@g.com",
        "email": "x.y@g.com",
        "rawId": "x.y@g.com"
      }
    ],
    "validSince": "16496321050",
    "lastLoginAt": "16874526844",
    "createdAt": "164123654725",
    "lastRefreshAt": "2022-03-19T16:53:56.844Z"
  }
]]
]
dynamic: 
[
  {
    "localId": "asdfsdsfs",
    "email": "x.y@g.com",
    "passwordHash": "asdsdfsdfd",
    "emailVerified": false,
    "passwordUpdatedAt": 1985545511525,
    "providerUserInfo": [
      {
        "providerId": "password",
        "federatedId": "x.y@g.com",
        "email": "x.y@g.com",
        "rawId": "x.y@g.com"
      }
    ],
    "validSince": "16496321050",
    "lastLoginAt": "16874526844",
    "createdAt": "164123654725",
    "lastRefreshAt": "2022-03-19T16:53:56.844Z"
  }
]
class model: 
Dumping object(Root)
 kind   : identitytoolkit#GetAccountInfoResponse
 users  : [
         {
         createdAt          : 164123654725
         email              : x.y@g.com
         emailVerified      : False
         lastLoginAt        : 16874526844
         lastRefreshAt      : 03/19/2022
         localId            : asdfsdsfs
         passwordHash       : asdsdfsdfd
         passwordUpdatedAt  : 1985545511525
         providerUserInfo   : [
                              {
                              email        : x.y@g.com
                              federatedId  : x.y@g.com
                              providerId   : password
                              rawId        : x.y@g.com
                 }
]
         validSince         : 16496321050
   }
]
Last Run: 4:34:56 pm
Compile: 0.012s
Execute: 0.25s
Memory: 23.02Mb
CPU: 0.262s