Class Email sign-in widget with OTP verification, matching the official Crossmint RN SDK email auth flow.Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
CrossmintAuthClient.sendEmailOtp.
Step 2: 6-char OTP code → calls CrossmintAuthClient.confirmEmailOtp.
The state machine lives in CrossmintEmailSignInViewModel, which can be
supplied via viewModel for testing or to share state with a custom UI.
When omitted, the widget constructs and owns its own view model for the
duration of its State lifetime.
Constructors
CrossmintEmailSignIn
Properties
auth
viewModel
null, the widget constructs a fresh CrossmintEmailSignInViewModel bound to auth and disposes it with the widget. When provided, the widget observes the view model but does not dispose it — the caller owns the lifecycle.
otpTitle
'Check your email'.

