Fires2REST - v0.3.0
    Preparing search index...

    Interface ServiceAccountAuthConfig

    interface ServiceAccountAuthConfig {
        clientEmail: string;
        privateKey: string;
    }
    Index

    Properties

    clientEmail: string

    The service account email

    privateKey: string

    The service account private key (PEM format)