Skip to content

v4.1.8

Choose a tag to compare

@Valodya Valodya released this 10 Nov 15:46
· 740 commits to master since this release
  • add an ability to define own User Class Type for methods with TypeScript:
    • Backendless.UserService.register<AppUser>(user) => Promise<AppUser>
    • Backendless.UserService.login<AppUser>(email, password, true) => Promise<AppUser>
    • Backendless.UserService.getCurrentUser<AppUser>() => Promise<AppUser>