googleVerifySSOResponse Object
Description
Response containing user information extracted from a verified Google SSO token.
Declaration
type googleVerifySSOResponse {
firstName: String!
lastName: String!
email: String!
}
Fields
| Name | Type | Description |
|---|---|---|
firstName | String! | User's first name from Google account. |
lastName | String! | User's last name from Google account. |
email | String! | User's email address from Google account. |