TokenResponse Interface
Represents token response
Signature
export interface TokenResponse
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fromCache | optional | boolean | Flag indicating whether token was obtained from local cache |
| token | string | Token value |
Property Details
fromCache
Flag indicating whether token was obtained from local cache
Signature
fromCache?: boolean;
Type: boolean
token
Token value
Signature
token: string;
Type: string