sign In With Password Less Code
Initiates a sign-in process using password less generated code.
The user must first request a code for the given login by calling requestPasswordLessCode. Then the code will be received through email or SMS and must be used here to login the user.
Return
RainbowResult
Parameters
login
The login (email or phone number) for authentication.
code
The code received through requestPasswordLessCode.