google.golang.org/api/internal.DialSettings.CredentialsJSON (field)

6 uses

	google.golang.org/api/internal (current package)
		creds.go#L36: 	if ds.CredentialsJSON != nil {
		creds.go#L37: 		return credentialsFromJSON(ctx, ds.CredentialsJSON, ds.Endpoint, ds.Scopes, ds.Audiences)
		settings.go#L29: 	CredentialsJSON     []byte
		settings.go#L67: 	if ds.CredentialsJSON != nil {

	google.golang.org/api/option
		option.go#L66: 	o.CredentialsJSON = make([]byte, len(w))
		option.go#L67: 	copy(o.CredentialsJSON, w)