Skip to main content
Version: v1

ITokenResponse Interface

Signature

export interface ITokenResponse

Properties

PropertyModifiersTypeDescription
fromCacheoptionalboolean
jwtstring

Property Details

fromCache

Signature

fromCache?: boolean;

Type: boolean

jwt

Signature

jwt: string;

Type: string