requestPasswordLessCode

abstract suspend fun requestPasswordLessCode(login: String): RainbowResult<PasswordLessCodeData>

If the user is using AuthenticationType.PASSWORDLESS then he will have to request a code generation to be able to login with signInWithPasswordLessCode.

Return

RainbowResult to receive information about the generated code.

Parameters

login

The login (email or phone number) for authentication.