func Dial(ctx context.Context, handshakerServiceAddress string, transportCreds credentials.TransportCredentials) (*grpc.ClientConn, error)
Dial dials the S2A handshaker service. If a connection has already been established, this function returns it. Otherwise, a new connection is created.