IClientFacade.GetLoginAbsoluteTimeout Method
This method is called to modify the absolute lifetime limit for the login app transaction.
Remarks
The absolute timeout defines the maximum lifetime of a login transaction from its initial creation, regardless of activity or restarts. Once this limit is reached, the transaction cannot be restarted and the user must initiate a new authorization flow from the client application. The default timeout value is provided in the Timeout parameter. Implementers can modify it to set a custom value for this client. Default: 30 minutes.
Syntax
Unit: Sphinx.ClientFacade
procedure IClientFacade.GetLoginAbsoluteTimeout(var Timeout: TTimeSpan); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| var | Timeout | TTimeSpan |