Searched defs:credentialsFile (Results 1 – 1 of 1) sorted by relevance
107 type credentialsFile struct { struct108 Type string `json:"type"` // serviceAccountKey or userCredentialsKey111 ClientEmail string `json:"client_email"`112 PrivateKeyID string `json:"private_key_id"`113 PrivateKey string `json:"private_key"`114 TokenURL string `json:"token_uri"`115 ProjectID string `json:"project_id"`119 ClientSecret string `json:"client_secret"`120 ClientID string `json:"client_id"`121 RefreshToken string `json:"refresh_token"`[all …]