امضا:
export interface ServiceAccount
خواص
ویژگی | تایپ کنید | شرح |
---|---|---|
ایمیل مشتری | رشته | |
کلید خصوصی | رشته | |
شناسه پروژه | رشته |
ServiceAccount.clientEmail
امضا:
clientEmail?: string;
ServiceAccount.privateKey
امضا:
privateKey?: string;
ServiceAccount.projectId
امضا:
projectId?: string;