IClientFacade.GetAuthorizationCodeLifetime Method
When OAuth authorization code is created, this method is called as an opportunity to modify the code lifetime.
Remarks
The default lifetime value is provided in the Lifetime parameter. Implementers can set a new lifetime by modifying its value.
Syntax
Unit: Sphinx.ClientFacade
procedure IClientFacade.GetAuthorizationCodeLifetime(var Lifetime: TTimeSpan); virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
var | Lifetime | TTimeSpan |