Persistence settings for the instance of the SDK
Signature:
export interface IPersistenceSettings
Properties
Property | Type | Description |
---|---|---|
expire | number | When the token should expire |
tokenName | string | The 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;