> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# InitAuthData

Authentication initialization data for MPC providers (Privy, Turnkey, etc.)

## Properties

| Property                         | Type                                                                   | Description                       |
| -------------------------------- | ---------------------------------------------------------------------- | --------------------------------- |
| <a id="type" /> `type`           | `string`                                                               | -                                 |
| <a id="email" /> `email`         | `string`                                                               | -                                 |
| <a id="status" /> `status`       | `string`                                                               | -                                 |
| <a id="otpsent" /> `otpSent`     | `boolean`                                                              | Whether OTP was sent successfully |
| <a id="otpid" /> `otpId?`        | `string`                                                               | -                                 |
| <a id="provider" /> `provider`   | `"privy"` \| `"turnkey"` \| `"passkey"` \| `"external"` \| `"dynamic"` | MPC provider type                 |
| <a id="createdat" /> `createdAt` | `string`                                                               | Creation timestamp (ISO string)   |
| <a id="expiresat" /> `expiresAt` | `string`                                                               | Expiration timestamp (ISO string) |
