# CreateLoginLinkRequest
## Properties
**email** | **String** | |
**expires_in_s** | Option<**i32**> | link lifetime in seconds, at most 900 (default 600) | [optional]
**rd** | Option<**String**> | same-origin path the browser lands on after login (default /user/workspaces) | [optional]
**require_login_type** | Option<**String**> | mint only while the account still has this login type (for example pending_oauth), so a link stops working once the owner has set a password or signed in with a provider | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)