Parameters for the getSessionInformation operation.

interface GetSessionInformationParams {
    headers?: OutgoingHttpHeaders;
    signal?: GenericAbortSignal;
}

Hierarchy

  • DefaultParams
    • GetSessionInformationParams

Properties

Properties

headers?: OutgoingHttpHeaders
signal?: GenericAbortSignal