> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SignInWithEmailResult

```ts theme={null}
type SignInWithEmailResult = {
  message: string;
  flowId: string;
};
```

Result of signInWithEmail.

## Properties

| Property                     | Type     | Description                           |
| ---------------------------- | -------- | ------------------------------------- |
| <a id="message" /> `message` | `string` | The message to display to the user.   |
| <a id="flowid" /> `flowId`   | `string` | The flow ID to use in verifyEmailOTP. |
