Signature:
export interface ServiceAccount
Properties
| Property | Type | Description |
|---|---|---|
| clientEmail | string | |
| privateKey | string | |
| projectId | string |
ServiceAccount.clientEmail
Signature:
clientEmail?: string;
ServiceAccount.privateKey
Signature:
privateKey?: string;
ServiceAccount.projectId
Signature:
projectId?: string;