Add v2 api module

This commit is contained in:
Mark Sagi-Kazar
2020-07-01 14:20:57 +02:00
parent 5160c659c8
commit e84682d7b9
12 changed files with 1955 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"github.com/dexidp/dex/api"
"github.com/dexidp/dex/api/v2"
)
func newDexClient(hostAndPort, caPath, clientCrt, clientKey string) (api.DexClient, error) {