Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Since Record had been removed from next, some api names should be updated #488

Open
kaojohnny opened this issue Mar 11, 2019 · 0 comments
Open

Comments

@kaojohnny
Copy link

Ref: SkygearIO/features#254

Names are:

  • currentUser: User
  • async changePassword(oldPassword: String, newPassword: String, invalidate: Boolean): Promise
  • async fetchUserRole(users: User[] | String[]): Promise
  • async login(loginIDs: Object, password: String): Promise
  • async loginWithEmail(email: String, password: String): Promise
  • async loginWithProvider(provider: String, loginIDs: Object): Promise
  • async loginWithUsername(username: String, password: String): Promise
  • async signup(loginIDs: Object, password: String, data: Object): Promise
  • async signupAnonymously(): Promise
  • async signupWithEmail(email: String, password: String, data: Object): Promise
  • async signupWithUsername(username: String, password: String, data: Object): Promise
  • async whoami(): Promise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants