public void testWithIDTokenStringAndCustomParams()
throws Exception {
AccessToken accessToken = new BearerAccessToken("abc123");
RefreshToken refreshToken = new RefreshToken("def456");
Map<String,Object> customParams = new HashMap<>();
customParams.put("sub_sid", "abc");
customParams.put("priority", 10);