UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

11 lines 499 B
import { IFetchResponse } from './IFetchResponse.js'; import { MicroserviceClientRequestAuth } from './MicroserviceClientRequestAuth.js'; /** * Extracts the `authorization` cookie from the `set-cookie` header of a response. * * Meant to be used in none browser environments like nodejs which don't deal with cookies. */ export declare class NodeJSCookieAuth extends MicroserviceClientRequestAuth { constructor(cookieResponse: IFetchResponse); } //# sourceMappingURL=NodeJSCookieAuth.d.ts.map