Table of Contents

IClientFacade.GetIdentityTokenLifetime Method

When an identity 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.GetIdentityTokenLifetime(var Lifetime: TTimeSpan); virtual; abstract;

Parameters

<-> Parameter Type Description
var Lifetime TTimeSpan

See also