Interface HTTPRequestHeader

interface HTTPRequestHeader {
    acceptlanguage?: string;
    lat?: string;
    lon?: string;
    requestId: string;
    trackId?: string;
}

Properties

acceptlanguage?: string

Response language, which is configured in cidaas admin ui

lat?: string

Latitude is the string location parameter sent in the headers

lon?: string

Longitude is the string location parameter sent in the headers

requestId: string

Request id returned from the authorization call

trackId?: string

Identifier generated after successful authentication but unfulfilled prechecks