Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created February 29, 2020 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/49c58fa3cec66c55cde894d29cd5c2f0 to your computer and use it in GitHub Desktop.
Save amandeepmittal/49c58fa3cec66c55cde894d29cd5c2f0 to your computer and use it in GitHub Desktop.
{
idToken: string,
serverAuthCode: string,
scopes: Array<string>, // on iOS this is empty array if no additional scopes are defined
user: {
email: string,
id: string,
givenName: string,
familyName: string,
photo: string, // url
name: string // full name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment