Table of Contents

IClientFacade.GetAccessTokenLifetime Method

When an access token created, this method is called as an opportunity to modify the token 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.GetAccessTokenLifetime(var Lifetime: TTimeSpan); virtual; abstract;

Parameters

<-> Parameter Type Description
var Lifetime TTimeSpan

See also