login
Authenticate with 4D REST server and establish a session using username and password, optionally specifying session duration.
Instructions
Authenticate with 4D REST server and establish session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Username for authentication | |
| hashed | No | Whether the password is already hashed | |
| minutes | No | Session duration in minutes | |
| password | No | Password or hashed password |