Skip to main content
Version: v1

TokenResponse Interface

Represents token response

Signature

export interface TokenResponse

Properties

PropertyModifiersTypeDescription
fromCacheoptionalbooleanFlag indicating whether token was obtained from local cache
tokenstringToken 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