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.
Response
register_token
String
Unique registration token for user.
Describes the user details structure.
user_exists
Boolean
Boolean which specifies if user is registered.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...