Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.36 KB | None | 0 0
  1. // User
  2.  
  3. {
  4.    "authType": {
  5.      "google": {
  6.        "id": "...",
  7.        "expiresAt: "...",
  8.       "token": null
  9.     },
  10.     "facebook": {
  11.       "id": "...",
  12.       "expiresAt": "...",
  13.       "token": "..."
  14.     },
  15.     "up": null
  16.  } ,
  17.  "firstName: "...",
  18.    "lastName: "...",
  19.  "email": "...",
  20.  "image": "..." // google image, fb image, etc
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement