Skip to main content
Version: v1

ITokenResponse Interface

Signature

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