> ## 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.

# CompleteAuthRequestWithOtp

Complete authentication request with OTP verification

## Properties

| Property                                   | Type                                                                                                           | Description                            | Inherited from                   |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------- | -------------------------------------- | -------------------------------- |
| <a id="expiration" /> `expiration?`        | `number`                                                                                                       | -                                      | `CompleteAuthRequest.expiration` |
| <a id="otpcode" /> `otpCode`               | `string`                                                                                                       | OTP code received by user              | -                                |
| <a id="user" /> `user`                     | [`GridClientUserContext`](/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GridClientUserContext) | -                                      | -                                |
| <a id="sessionsecrets" /> `sessionSecrets` | `SessionSecrets`                                                                                               | Session-specific cryptographic secrets | -                                |
