requestPasswordLessCode
abstract fun requestPasswordLessCode(login: String, listener: RainbowListener<PasswordLessCodeData, Unit>)
If the user is using AuthenticationType.PASSWORDLESS then he will have to request a code generation to be able to login with signInWithPasswordLessCode.
Parameters
login
The login (email or phone number) for authentication.
listener
RainbowListener to receive information about the generated code.