windmill-api 1.815.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CreateLoginLinkRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **String** |  | 
**expires_in_s** | Option<**i32**> | link lifetime in seconds, at most 7200 (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]
**confirm** | Option<**bool**> | return a /user/login_link page that signs in only when its button is clicked, instead of a link spent by opening it; set it for links sent by email, which mail scanners open on delivery (default false) | [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)