Table of Contents

IClientFacade.GetRefreshTokenLifetime Method

When a refresh 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.GetRefreshTokenLifetime(var Lifetime: TTimeSpan); virtual; abstract;

Parameters

<-> Parameter Type Description
var Lifetime TTimeSpan

See also