> For the complete documentation index, see [llms.txt](https://developers.alephee.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.alephee.com/v2/accounts/get-methods/login-token/type-specifications.md).

# Type specifications

## LoginRespose

| Property   | Type    | Description                                                                                                                                         |
| ---------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| LoginToken | string  | The generated login token                                                                                                                           |
| URL        | string  | <p>The complete URL with the obtained token where to redirect the user's internet browser and where the user will automatically log in.</p><p> </p> |
| TTL        | integer | Token TTL (time to live) in seconds                                                                                                                 |
