type google.golang.org/api/option.withClientCertSource

3 uses

	google.golang.org/api/option (current package)
		option.go#L265: 	return withClientCertSource{s}
		option.go#L268: type withClientCertSource struct{ s ClientCertSource }
		option.go#L270: func (w withClientCertSource) Apply(o *internal.DialSettings) {