signInUp(thirdPartyId, thirdPartyUserId, email: { id, isVerified })
Parameters
thirdPartyId
- type:
string
- type:
thirdPartyUserId
- type:
string
- type:
email
id
- type:
string
- type:
isVerified
- type:
boolean
- type:
Returns
Promise<{createdNewUser: boolean, user: User}>
on successful sign in/sign up. To know about theUser
object click here