public void ExpectClientSecretException() { var t = new UnAuthenticatedUntappdCredentials("t", string.Empty); }
public void ExpectClientIdException() { var t = new UnAuthenticatedUntappdCredentials(string.Empty, "t"); }