IOdspTokenManagerCacheKey Interface
Signature
export interface IOdspTokenManagerCacheKey
Properties
| Property | Type | Description |
|---|---|---|
| isPush | boolean | |
| userOrServer | string |
Property Details
isPush
Signature
readonly isPush: boolean;
Type: boolean
userOrServer
Signature
readonly userOrServer: string;
Type: string