nylas
    Preparing search index...

    Interface ServiceAccountSignerConfig

    Configuration for Nylas Service Account request signing.

    interface ServiceAccountSignerConfig {
        privateKeyId: string;
        privateKeyPem: string | Buffer<ArrayBufferLike>;
    }
    Index

    Properties

    privateKeyId: string

    The private_key_id from the Nylas Service Account credentials file.

    privateKeyPem: string | Buffer<ArrayBufferLike>

    RSA private key in PEM format. Base64-encoded PEM is also accepted.