github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/StsAuthRequest.md (about) 1 2 3 # StsAuthRequest 4 5 6 ## Properties 7 8 Name | Type | Description | Notes 9 ------------ | ------------- | ------------- | ------------- 10 **code** | **String** | | 11 **state** | **String** | | 12 **redirectUri** | **String** | | 13 **ttlSeconds** | **Long** | The time-to-live for the generated token in seconds. The default value is 3600 seconds (1 hour) maximum time allowed is 12 hours. | [optional] 14 15 16