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" }

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The email address to send the verification code to.

Link copied to clipboard

The phone number to send the verification code to.