post__auth_github
TypeScript Client Library
private authenticateGithub = async (data: AuthTypes.GithubLoginRequest): Promise<any> => {
this.setAuthToken(data.code);
return this.makeRequest<any>('auth/github', 'POST', data);
};Code Samples
Name
In
Type
Required
Description
Status
Meaning
Description
Schema
Name
Type
Required
Restrictions
Description
Property
Value
Last updated
Was this helpful?