func google.golang.org/grpc/credentials/oauth.NewServiceAccountFromKey

2 uses

	google.golang.org/grpc/credentials/oauth (current package)
		oauth.go#L161: func NewServiceAccountFromKey(jsonKey []byte, scope ...string) (credentials.PerRPCCredentials, error) {
		oauth.go#L176: 	return NewServiceAccountFromKey(jsonKey, scope...)