SendCodeBuilder
class SendCodeBuilder
Builder for sending verification codes (email or phone).
Use this builder to specify the channel for sending a verification code. Only one of email or phone should be set.
Example usage:
signIn.sendCode { email = "user@email.com" }
// or
signIn.sendCode { phone = "+1234567890" }Content copied to clipboard