ServiceAccount interface

Signature:

export interface ServiceAccount 

Propriétés

Propriété Taper Description
clientEmail chaîne
Clé privée chaîne
ID du projet chaîne

ServiceAccount.clientEmail

Signature:

clientEmail?: string;

ServiceAccount.privateKey

Signature:

privateKey?: string;

ServiceAccount.projectId

Signature:

projectId?: string;