google.golang.org/api/internal.DialSettings.Credentials (field)
6 uses
google.golang.org/api/internal (current package)
creds.go#L33: if ds.Credentials != nil {
creds.go#L34: return ds.Credentials, nil
settings.go#L27: Credentials *google.Credentials
settings.go#L56: hasCreds := ds.APIKey != "" || ds.TokenSource != nil || ds.CredentialsFile != "" || ds.Credentials != nil
settings.go#L64: if ds.Credentials != nil {
google.golang.org/api/option
credentials_go19.go#L17: o.Credentials = (*google.Credentials)(w)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |