signInUp(thirdPartyId, thirdPartyUserId, email: { id, isVerified })
#
ParametersthirdPartyId
- type:
string
- type:
thirdPartyUserId
- type:
string
- type:
email
id
- type:
string
- type:
isVerified
- type:
boolean
- type:
#
ReturnsPromise<{createdNewUser: boolean, user: User}>
on successful sign in/sign up.
#
Throws- If the OAuth 2.0 provider does not return an email for this user