Skip to main content
Version: 7.2.X

signIn(email, password)

Parameters#

  • email
    • type: string
  • password
    • type: string

Returns#

Promise<{
status: "OK";
user: User;
} | {
status: "WRONG_CREDENTIALS_ERROR";
}>
Which frontend SDK do you use?
supertokens-web-js / mobile
supertokens-auth-react