nylas
    Preparing search index...

    Interface GoogleServiceAccountCredential

    Interface representing additional data needed to create a credential for Google Service Account

    interface GoogleServiceAccountCredential {
        clientEmail: string;
        privateKey: string;
        privateKeyId: string;
        [key: string]: string;
    }

    Indexable

    • [key: string]: string
    Index

    Properties

    clientEmail: string
    privateKey: string
    privateKeyId: string