Logs user into the system
client.users.login(UserLoginParams { password, username } query?, RequestOptionsoptions?): UserLoginResponse
/user/login
Logs user into the system
Parameters
Returns
UserLoginResponse = string
Logs user into the system
import ArenaDemoDayDemoDocsDemoSite from 'arena-demo-day-demo-docs-demo-site-and-typescript-library';
const client = new ArenaDemoDayDemoDocsDemoSite({
apiKey: 'My API Key',
});
const response = await client.users.login();
console.log(response);
"string"Returns Examples
"string"