Skip to content

User OnBoard

Sign Up

   SignUp(accountDetails).then(response=>{}).catch(error=>{});

Login

  Login(accountDetails).then(response=>{}).catch(error=>{});

Change Password

  ChangePassword(accountDetails).then(response=>{}).catch(error=>{});

Logout

  LogOut().then(response=>{}).catch(error=>{});