nylas
    Preparing search index...

    Interface ServiceAccountSignedRequest

    Nylas Service Account signing headers and the canonical JSON body, when the request method signs a payload.

    interface ServiceAccountSignedRequest {
        headers: Record<string, string>;
        serializedBody?: string;
    }
    Index

    Properties

    headers: Record<string, string>
    serializedBody?: string