SignInWithOtpBuilder
class SignInWithOtpBuilder
Builder for sign-in with OTP (one-shot, automatically sends code).
Use this builder to specify the channel for OTP authentication. Only one of email or phone should be set.
Example usage:
clerk.auth.signInWithOtp { email = "user@email.com" }
// or
clerk.auth.signInWithOtp { phone = "+1234567890" }Content copied to clipboard