This SDK documentation is outdated. Please do not refer to it, and instead visit the User Guides section.

Skip to main content
Version: 7.0.X

signInUp(thirdPartyId, thirdPartyUserId, email: { id, isVerified })

Parameters#

  • thirdPartyId
    • type: string
  • thirdPartyUserId
    • type: string
  • email
    • id
      • type: string
    • isVerified
      • type: boolean

Returns#

Promise<{
status: "OK";
createdNewUser: boolean;
user: User;
} | {
status: "FIELD_ERROR";
error: string; // errors during sign in / up - for example if the OAuth provider does not return the user's email.
}>
Looking for older versions of the documentation?
Which UI do you use?
Custom UI
Pre built UI