ServiceAccount interface

서명:

export interface ServiceAccount 

속성

재산 유형 설명
클라이언트이메일
개인키
프로젝트 ID

ServiceAccount.client이메일

서명:

clientEmail?: string;

ServiceAccount.privateKey

서명:

privateKey?: string;

ServiceAccount.projectId

서명:

projectId?: string;