IPersistenceSettings – GBG IDscan Documentation

IPersistenceSettings

Persistence settings for the instance of the SDK

Signature:

export interface IPersistenceSettings 

Properties

PropertyTypeDescription
expirenumberWhen the token should expire
tokenNamestringThe name of the token

IPersistenceSettings.expire property

When the token should expire

Signature:

readonly expire: number;

IPersistenceSettings.tokenName property

The name of the token

Signature:

readonly tokenName?: string;

Was this page helpful?