Home
last modified time | relevance | path

Searched defs:credentialsFile (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/oauth2/google/
Dgoogle.go107 type credentialsFile struct { struct
108 Type string `json:"type"` // serviceAccountKey or userCredentialsKey
111 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 …]