Skip to main content
type SignInWithEmailResult = {
  message: string;
  flowId: string;
};
Result of signInWithEmail.

Properties

PropertyTypeDescription
messagestringThe message to display to the user.
flowIdstringThe flow ID to use in verifyEmailOTP.