Version: v1On this pageITokenResponse InterfaceSignature export interface ITokenResponse Properties Property Modifiers Type Description fromCache optional boolean jwt string Property Details fromCache Signature fromCache?: boolean; Type: boolean jwt Signature jwt: string; Type: string