post__auth_google
TypeScript Client Library
private authenticateGoogle = async (data: AuthTypes.GoogleLoginRequest): Promise<any> => {
this.setAuthToken(data.token);
return this.makeRequest<any>('auth/google', 'POST', data);
};Code Samples
Name
In
Type
Required
Description
Status
Meaning
Description
Schema
Name
Type
Required
Restrictions
Description
Last updated
Was this helpful?