Copyright 2018 Google LLC. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
+build go1.9

package option

import (
	
	
)

type withCreds google.Credentials

func ( *withCreds) ( *internal.DialSettings) {
	.Credentials = (*google.Credentials)()
}
WithCredentials returns a ClientOption that authenticates API calls.
func ( *google.Credentials) ClientOption {
	return (*withCreds)()