mutation

loginWithGoogle

Enable website users to log in to the system using their Google accounts.
Arguments
oAuthRequestSchemaInput
OAuthRequestSchemaInput
Describes the request structure to log in or register using Facebook/Google account credentials.
platform
String
ID of the application. This parameter is obsolete and will be removed in a future release.
Response
register_token
String
A token used for registration purposes will be sent when user is not registered.
Describes the user details structure.
user_exists
Boolean
Boolean which specifies if user is registered.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...