Skip to main content

googleVerifySSOResponse Object

Description

Response containing user information extracted from a verified Google SSO token.

Declaration

type googleVerifySSOResponse {
firstName: String!
lastName: String!
email: String!
}

Fields

NameTypeDescription
firstNameString!User's first name from Google account.
lastNameString!User's last name from Google account.
emailString!User's email address from Google account.