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