nylas
    Preparing search index...

    Interface BuildServiceAccountHeadersParams

    Inputs for creating Nylas Service Account signing headers.

    interface BuildServiceAccountHeadersParams {
        body?: Record<string, unknown>;
        method: string;
        nonce?: string;
        path: string;
        timestamp?: number;
    }
    Index

    Properties

    body?: Record<string, unknown>
    method: string
    nonce?: string
    path: string
    timestamp?: number